Color spaces of #cceaac
RGB | 204 | 234 | 172 |
---|---|---|---|
HSL | 0.25 | 0.60 | 0.80 |
HSV | 89° | 26° | 92° |
CMYK | 0.13 | 0.00 | 0.26 0.08 |
XYZ | 61.7711 | 74.6616 | 50.1852 |
Yxy | 74.6616 | 0.3310 | 0.4001 |
Hunter Lab | 86.4069 | -23.6050 | 26.0492 |
CIE-Lab | 89.2342 | -20.4984 | 26.9478 |
#cceaac color RGB value is (204,234,172).
#cceaac hex color red value is 204, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cceaac hue: 0.25 , saturation: 0.60 and the lightness value of cceaac is 0.80.
The process color (four color CMYK) of #cceaac color hex is 0.13, 0.00, 0.26, 0.08. Web safe color of #cceaac is #ccff99. Color #cceaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101010 | 10101100 |
Octal | 314 | 352 | 254 |
Decimal | 204 | 234 | 172 |
Hex | CC | EA | AC |
Shades of #cceaac
Tints of #cceaac
RGB Percentages of Color #cceaac
CMYK Percentages of Color #cceaac
Complementary Color
#cceaac | #caacea |
#cceaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cceaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#cceaac Color CSS Codes
.mybgcolor {background-color:#cceaac; } .myforecolor {color:#cceaac; } .mybordercolor {border:3px solid #cceaac; }
#cceaac Text Font Color
<p style="color:#cceaac">Text here</p>
This sample text font color is #cceaac
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.
#cceaac Background Color
<div style="background-color:#cceaac">
Div content here</div>
This div background color is #cceaac
#cceaac Border Color
<div style="border:3px solid #cceaac">
Div here</div>
This div border color is #cceaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,234,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cceaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cceaac; -webkit-box-shadow: 1px 1px 3px 2px #cceaac; box-shadow: 1px 1px 3px 2px #cceaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,234,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cceaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cceaac; -webkit-box-shadow: 1px 1px 3px 2px #cceaac; box-shadow: 1px 1px 3px 2px #cceaac;">
Div content here</div>
This div box has shadow with color #cceaac
Comments
No comments written yet.
Please login to write comment.