Color spaces of #cce9dc
RGB | 204 | 233 | 220 |
---|---|---|---|
HSL | 0.43 | 0.40 | 0.86 |
HSV | 153° | 12° | 91° |
CMYK | 0.12 | 0.00 | 0.06 0.09 |
XYZ | 66.9590 | 76.2825 | 78.9050 |
Yxy | 76.2825 | 0.3014 | 0.3434 |
Hunter Lab | 87.3399 | -15.9979 | 7.5738 |
CIE-Lab | 89.9903 | -11.9572 | 3.0985 |
#cce9dc color RGB value is (204,233,220).
#cce9dc hex color red value is 204, green value is 233 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cce9dc hue: 0.43 , saturation: 0.40 and the lightness value of cce9dc is 0.86.
The process color (four color CMYK) of #cce9dc color hex is 0.12, 0.00, 0.06, 0.09. Web safe color of #cce9dc is #ccffcc. Color #cce9dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101001 | 11011100 |
Octal | 314 | 351 | 334 |
Decimal | 204 | 233 | 220 |
Hex | CC | E9 | DC |
Shades of #cce9dc
Tints of #cce9dc
RGB Percentages of Color #cce9dc
CMYK Percentages of Color #cce9dc
Complementary Color
#cce9dc | #e9ccd9 |
#cce9dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cce9dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cce9dc Color CSS Codes
.mybgcolor {background-color:#cce9dc; } .myforecolor {color:#cce9dc; } .mybordercolor {border:3px solid #cce9dc; }
#cce9dc Text Font Color
<p style="color:#cce9dc">Text here</p>
This sample text font color is #cce9dc
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.
#cce9dc Background Color
<div style="background-color:#cce9dc">
Div content here</div>
This div background color is #cce9dc
#cce9dc Border Color
<div style="border:3px solid #cce9dc">
Div here</div>
This div border color is #cce9dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,233,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cce9dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cce9dc; -webkit-box-shadow: 1px 1px 3px 2px #cce9dc; box-shadow: 1px 1px 3px 2px #cce9dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,233,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cce9dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cce9dc; -webkit-box-shadow: 1px 1px 3px 2px #cce9dc; box-shadow: 1px 1px 3px 2px #cce9dc;">
Div content here</div>
This div box has shadow with color #cce9dc
Comments
No comments written yet.
Please login to write comment.