Color spaces of #cce0cb
RGB | 204 | 224 | 203 |
---|---|---|---|
HSL | 0.33 | 0.25 | 0.84 |
HSV | 117° | 9° | 88° |
CMYK | 0.09 | 0.00 | 0.09 0.12 |
XYZ | 62.3370 | 70.4605 | 66.8146 |
Yxy | 70.4605 | 0.3123 | 0.3530 |
Hunter Lab | 83.9408 | -14.3367 | 11.5653 |
CIE-Lab | 87.2222 | -10.5074 | 8.0144 |
#cce0cb color RGB value is (204,224,203).
#cce0cb hex color red value is 204, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cce0cb hue: 0.33 , saturation: 0.25 and the lightness value of cce0cb is 0.84.
The process color (four color CMYK) of #cce0cb color hex is 0.09, 0.00, 0.09, 0.12. Web safe color of #cce0cb is #cccccc. Color #cce0cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11100000 | 11001011 |
Octal | 314 | 340 | 313 |
Decimal | 204 | 224 | 203 |
Hex | CC | E0 | CB |
Shades of #cce0cb
Tints of #cce0cb
RGB Percentages of Color #cce0cb
CMYK Percentages of Color #cce0cb
Complementary Color
#cce0cb | #dfcbe0 |
#cce0cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cce0cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cce0cb Color CSS Codes
.mybgcolor {background-color:#cce0cb; } .myforecolor {color:#cce0cb; } .mybordercolor {border:3px solid #cce0cb; }
#cce0cb Text Font Color
<p style="color:#cce0cb">Text here</p>
This sample text font color is #cce0cb
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.
#cce0cb Background Color
<div style="background-color:#cce0cb">
Div content here</div>
This div background color is #cce0cb
#cce0cb Border Color
<div style="border:3px solid #cce0cb">
Div here</div>
This div border color is #cce0cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,224,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cce0cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cce0cb; -webkit-box-shadow: 1px 1px 3px 2px #cce0cb; box-shadow: 1px 1px 3px 2px #cce0cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,224,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 #cce0cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cce0cb; -webkit-box-shadow: 1px 1px 3px 2px #cce0cb; box-shadow: 1px 1px 3px 2px #cce0cb;">
Div content here</div>
This div box has shadow with color #cce0cb
Comments
No comments written yet.
Please login to write comment.