Color spaces of #cccabc
RGB | 204 | 202 | 188 |
---|---|---|---|
HSL | 0.15 | 0.14 | 0.77 |
HSV | 53° | 8° | 80° |
CMYK | 0.00 | 0.01 | 0.08 0.20 |
XYZ | 55.0995 | 58.7093 | 56.0049 |
Yxy | 58.7093 | 0.3245 | 0.3457 |
Hunter Lab | 76.6220 | -5.7277 | 10.2989 |
CIE-Lab | 81.1315 | -1.7629 | 7.2229 |
#cccabc color RGB value is (204,202,188).
#cccabc hex color red value is 204, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cccabc hue: 0.15 , saturation: 0.14 and the lightness value of cccabc is 0.77.
The process color (four color CMYK) of #cccabc color hex is 0.00, 0.01, 0.08, 0.20. Web safe color of #cccabc is #cccccc. Color #cccabc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001010 | 10111100 |
Octal | 314 | 312 | 274 |
Decimal | 204 | 202 | 188 |
Hex | CC | CA | BC |
Shades of #cccabc
Tints of #cccabc
RGB Percentages of Color #cccabc
CMYK Percentages of Color #cccabc
Complementary Color
#cccabc | #bcbecc |
#cccabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccabc Color CSS Codes
.mybgcolor {background-color:#cccabc; } .myforecolor {color:#cccabc; } .mybordercolor {border:3px solid #cccabc; }
#cccabc Text Font Color
<p style="color:#cccabc">Text here</p>
This sample text font color is #cccabc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cccabc Background Color
<div style="background-color:#cccabc">
Div content here</div>
This div background color is #cccabc
#cccabc Border Color
<div style="border:3px solid #cccabc">
Div here</div>
This div border color is #cccabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,202,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccabc; -webkit-box-shadow: 1px 1px 3px 2px #cccabc; box-shadow: 1px 1px 3px 2px #cccabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,202,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccabc; -webkit-box-shadow: 1px 1px 3px 2px #cccabc; box-shadow: 1px 1px 3px 2px #cccabc;">
Div content here</div>
This div box has shadow with color #cccabc
Comments
No comments written yet.
Please login to write comment.