Color spaces of #ccd1cb
RGB | 204 | 209 | 203 |
---|---|---|---|
HSL | 0.31 | 0.06 | 0.81 |
HSV | 110° | 3° | 82° |
CMYK | 0.02 | 0.00 | 0.03 0.18 |
XYZ | 58.4818 | 62.7501 | 65.5296 |
Yxy | 62.7501 | 0.3131 | 0.3360 |
Hunter Lab | 79.2150 | -6.8455 | 6.4036 |
CIE-Lab | 83.3107 | -2.7941 | 2.3671 |
#ccd1cb color RGB value is (204,209,203).
#ccd1cb hex color red value is 204, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ccd1cb hue: 0.31 , saturation: 0.06 and the lightness value of ccd1cb is 0.81.
The process color (four color CMYK) of #ccd1cb color hex is 0.02, 0.00, 0.03, 0.18. Web safe color of #ccd1cb is #cccccc. Color #ccd1cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010001 | 11001011 |
Octal | 314 | 321 | 313 |
Decimal | 204 | 209 | 203 |
Hex | CC | D1 | CB |
Shades of #ccd1cb
Tints of #ccd1cb
RGB Percentages of Color #ccd1cb
CMYK Percentages of Color #ccd1cb
Complementary Color
#ccd1cb | #d0cbd1 |
#ccd1cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd1cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd1cb Color CSS Codes
.mybgcolor {background-color:#ccd1cb; } .myforecolor {color:#ccd1cb; } .mybordercolor {border:3px solid #ccd1cb; }
#ccd1cb Text Font Color
<p style="color:#ccd1cb">Text here</p>
This sample text font color is #ccd1cb
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.
#ccd1cb Background Color
<div style="background-color:#ccd1cb">
Div content here</div>
This div background color is #ccd1cb
#ccd1cb Border Color
<div style="border:3px solid #ccd1cb">
Div here</div>
This div border color is #ccd1cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,209,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd1cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd1cb; -webkit-box-shadow: 1px 1px 3px 2px #ccd1cb; box-shadow: 1px 1px 3px 2px #ccd1cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,209,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd1cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd1cb; -webkit-box-shadow: 1px 1px 3px 2px #ccd1cb; box-shadow: 1px 1px 3px 2px #ccd1cb;">
Div content here</div>
This div box has shadow with color #ccd1cb
Comments
No comments written yet.
Please login to write comment.