Color spaces of #cacecc
RGB | 202 | 206 | 204 |
---|---|---|---|
HSL | 0.42 | 0.04 | 0.80 |
HSV | 150° | 2° | 81° |
CMYK | 0.02 | 0.00 | 0.01 0.19 |
XYZ | 57.3275 | 61.0588 | 65.8908 |
Yxy | 61.0588 | 0.3111 | 0.3313 |
Hunter Lab | 78.1401 | -5.7887 | 4.7025 |
CIE-Lab | 82.4103 | -1.7297 | 0.5050 |
#cacecc color RGB value is (202,206,204).
#cacecc hex color red value is 202, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cacecc hue: 0.42 , saturation: 0.04 and the lightness value of cacecc is 0.80.
The process color (four color CMYK) of #cacecc color hex is 0.02, 0.00, 0.01, 0.19. Web safe color of #cacecc is #cccccc. Color #cacecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001110 | 11001100 |
Octal | 312 | 316 | 314 |
Decimal | 202 | 206 | 204 |
Hex | CA | CE | CC |
Shades of #cacecc
Tints of #cacecc
RGB Percentages of Color #cacecc
CMYK Percentages of Color #cacecc
Complementary Color
#cacecc | #cecacc |
#cacecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacecc Color CSS Codes
.mybgcolor {background-color:#cacecc; } .myforecolor {color:#cacecc; } .mybordercolor {border:3px solid #cacecc; }
#cacecc Text Font Color
<p style="color:#cacecc">Text here</p>
This sample text font color is #cacecc
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.
#cacecc Background Color
<div style="background-color:#cacecc">
Div content here</div>
This div background color is #cacecc
#cacecc Border Color
<div style="border:3px solid #cacecc">
Div here</div>
This div border color is #cacecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacecc; -webkit-box-shadow: 1px 1px 3px 2px #cacecc; box-shadow: 1px 1px 3px 2px #cacecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,206,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 #cacecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacecc; -webkit-box-shadow: 1px 1px 3px 2px #cacecc; box-shadow: 1px 1px 3px 2px #cacecc;">
Div content here</div>
This div box has shadow with color #cacecc
Comments
No comments written yet.
Please login to write comment.