Color spaces of #cceacd
RGB | 204 | 234 | 205 |
---|---|---|---|
HSL | 0.34 | 0.42 | 0.86 |
HSV | 122° | 13° | 92° |
CMYK | 0.13 | 0.00 | 0.12 0.08 |
XYZ | 65.3441 | 76.0908 | 69.0006 |
Yxy | 76.0908 | 0.3105 | 0.3616 |
Hunter Lab | 87.2300 | -18.9381 | 14.1615 |
CIE-Lab | 89.9015 | -15.1800 | 10.8002 |
#cceacd color RGB value is (204,234,205).
#cceacd hex color red value is 204, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cceacd hue: 0.34 , saturation: 0.42 and the lightness value of cceacd is 0.86.
The process color (four color CMYK) of #cceacd color hex is 0.13, 0.00, 0.12, 0.08. Web safe color of #cceacd is #ccffcc. Color #cceacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101010 | 11001101 |
Octal | 314 | 352 | 315 |
Decimal | 204 | 234 | 205 |
Hex | CC | EA | CD |
Shades of #cceacd
Tints of #cceacd
RGB Percentages of Color #cceacd
CMYK Percentages of Color #cceacd
Complementary Color
#cceacd | #eacce9 |
#cceacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cceacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cceacd Color CSS Codes
.mybgcolor {background-color:#cceacd; } .myforecolor {color:#cceacd; } .mybordercolor {border:3px solid #cceacd; }
#cceacd Text Font Color
<p style="color:#cceacd">Text here</p>
This sample text font color is #cceacd
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.
#cceacd Background Color
<div style="background-color:#cceacd">
Div content here</div>
This div background color is #cceacd
#cceacd Border Color
<div style="border:3px solid #cceacd">
Div here</div>
This div border color is #cceacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,234,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cceacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cceacd; -webkit-box-shadow: 1px 1px 3px 2px #cceacd; box-shadow: 1px 1px 3px 2px #cceacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,234,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cceacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cceacd; -webkit-box-shadow: 1px 1px 3px 2px #cceacd; box-shadow: 1px 1px 3px 2px #cceacd;">
Div content here</div>
This div box has shadow with color #cceacd
Comments
No comments written yet.
Please login to write comment.