Color spaces of #cacbcc
RGB | 202 | 203 | 204 |
---|---|---|---|
HSL | 0.58 | 0.02 | 0.80 |
HSV | 210° | 1° | 80° |
CMYK | 0.01 | 0.00 | 0.00 0.20 |
XYZ | 56.6121 | 59.6281 | 65.6523 |
Yxy | 59.6281 | 0.3112 | 0.3278 |
Hunter Lab | 77.2192 | -4.2691 | 3.6447 |
CIE-Lab | 81.6356 | -0.1551 | -0.6264 |
#cacbcc color RGB value is (202,203,204).
#cacbcc hex color red value is 202, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cacbcc hue: 0.58 , saturation: 0.02 and the lightness value of cacbcc is 0.80.
The process color (four color CMYK) of #cacbcc color hex is 0.01, 0.00, 0.00, 0.20. Web safe color of #cacbcc is #cccccc. Color #cacbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001011 | 11001100 |
Octal | 312 | 313 | 314 |
Decimal | 202 | 203 | 204 |
Hex | CA | CB | CC |
Shades of #cacbcc
Tints of #cacbcc
RGB Percentages of Color #cacbcc
CMYK Percentages of Color #cacbcc
Complementary Color
#cacbcc | #cccbca |
#cacbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacbcc Color CSS Codes
.mybgcolor {background-color:#cacbcc; } .myforecolor {color:#cacbcc; } .mybordercolor {border:3px solid #cacbcc; }
#cacbcc Text Font Color
<p style="color:#cacbcc">Text here</p>
This sample text font color is #cacbcc
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.
#cacbcc Background Color
<div style="background-color:#cacbcc">
Div content here</div>
This div background color is #cacbcc
#cacbcc Border Color
<div style="border:3px solid #cacbcc">
Div here</div>
This div border color is #cacbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacbcc; -webkit-box-shadow: 1px 1px 3px 2px #cacbcc; box-shadow: 1px 1px 3px 2px #cacbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,203,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacbcc; -webkit-box-shadow: 1px 1px 3px 2px #cacbcc; box-shadow: 1px 1px 3px 2px #cacbcc;">
Div content here</div>
This div box has shadow with color #cacbcc
Comments
No comments written yet.
Please login to write comment.