Color hex is a easy to use tool to get the color codes information including color models (RGB,HSL,HSV and CMYK), css and html color codes.
html backgound color codes, css color codes, hexadecimal color codes, rgb color codes and color names.
Or Enter a Color: Or Use HTML5: Selected Color: Black Text Shadow White Text Shadow Red #ff0000 rgb(255, 0, 0) hsl(0, 100%, 50%) Lighter / Darker: 100%#ffffff 95%#ffe6e6 90%#ffcccc 85%#ffb3b3 80%#ff9999 75%#ff8080 ...
● #5de5de color description : Soft cyan. #5de5de Color Conversion The hexadecimal color #5de5de has RGB values of R:93, G:229, B:222 and CMYK values of C:0.59, M:0, Y:0.03, K:0.1. Its decimal value is 6153694. Hex triplet 5de5de #5de5de RGB Decimal 93, 229, 222 ...
● #de1b13 color description : Vivid red.#de1b13 Color Conversion The hexadecimal color #de1b13 has RGB values of R:222, G:27, B:19 and CMYK values of C:0, M:0.88, Y:0.91, K:0.13. Its decimal value is 14555923. Hex triplet de1b13 #de1b13 RGB Decimal 222, 27, 19 rgb(...
The hexadecimal color code #330501 is a very dark shade of red. In the RGB color model #330501 is composed of 20.0% red, 1.96% green and 0.39% blue. In the HSL color space #330501 has a hue of 5° (degrees), 96% saturation and 10% lightness. This color has an approximate wavelen...
Hexadecimal: 9DACBD RGB Decimal : 157, 172, 189 HSL : 212°, 20%, 68% HSV : 212°, 17%, 74% CMYK : 16.9%, 9%, 0%, 25.9% XYZ : 37.842, 40.347, 53.937 xyY : 0.286, 0.305, 40.347 CIE-LAB : 69.716, -1.634, -10.462 CIE-LCH : 69.716, 10.589, 261.126 Hunter-Lab : 63.52,...
Convert standard RGB values (three 0 to 255 ASCII numbers indicating red, green, and blue), into a hexadecimal triplet that can be used for the background and text colors in Web browsers and other software. Please enter the RGB values for your color: Red (0-255): Green (0-255): Bl...
hexStr ="#F00"; hex2rgb(hexStr) ans =1×31 0 0 Convert Vector of Hexadecimal Color Codes Create a string vector of six hexadecimal color codes, and convert its values to RGB triplets. The result is a 6-by-3 matrix, where each row,RGB(i,:), contains the red, green, and blue ...
Convert the equivalentuint8RGB triplet to a hexadecimal color code. RGB = uint8([153 77 204]); rgb2hex(RGB) ans = "#994DCC" Now calculate the shorthand hexadecimal color code for this color. rgb2hex(RGB,Shorthand=true) ans = "#95C" ...