Color spaces of #c8ccca
RGB | 200 | 204 | 202 |
---|---|---|---|
HSL | 0.42 | 0.04 | 0.79 |
HSV | 150° | 2° | 80° |
CMYK | 0.02 | 0.00 | 0.01 0.20 |
XYZ | 56.0730 | 59.7294 | 64.4507 |
Yxy | 59.7294 | 0.3111 | 0.3314 |
Hunter Lab | 77.2848 | -5.7400 | 4.6552 |
CIE-Lab | 81.6909 | -1.7329 | 0.5061 |
#c8ccca color RGB value is (200,204,202).
#c8ccca hex color red value is 200, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c8ccca hue: 0.42 , saturation: 0.04 and the lightness value of c8ccca is 0.79.
The process color (four color CMYK) of #c8ccca color hex is 0.02, 0.00, 0.01, 0.20. Web safe color of #c8ccca is #cccccc. Color #c8ccca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11001100 | 11001010 |
Octal | 310 | 314 | 312 |
Decimal | 200 | 204 | 202 |
Hex | C8 | CC | CA |
Shades of #c8ccca
Tints of #c8ccca
RGB Percentages of Color #c8ccca
CMYK Percentages of Color #c8ccca
Complementary Color
#c8ccca | #ccc8ca |
#c8ccca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8ccca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8ccca Color CSS Codes
.mybgcolor {background-color:#c8ccca; } .myforecolor {color:#c8ccca; } .mybordercolor {border:3px solid #c8ccca; }
#c8ccca Text Font Color
<p style="color:#c8ccca">Text here</p>
This sample text font color is #c8ccca
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.
#c8ccca Background Color
<div style="background-color:#c8ccca">
Div content here</div>
This div background color is #c8ccca
#c8ccca Border Color
<div style="border:3px solid #c8ccca">
Div here</div>
This div border color is #c8ccca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,204,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8ccca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8ccca; -webkit-box-shadow: 1px 1px 3px 2px #c8ccca; box-shadow: 1px 1px 3px 2px #c8ccca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,204,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8ccca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8ccca; -webkit-box-shadow: 1px 1px 3px 2px #c8ccca; box-shadow: 1px 1px 3px 2px #c8ccca;">
Div content here</div>
This div box has shadow with color #c8ccca
Comments
No comments written yet.
Please login to write comment.