Color spaces of #cce9ae
RGB | 204 | 233 | 174 |
---|---|---|---|
HSL | 0.25 | 0.57 | 0.80 |
HSV | 89° | 25° | 91° |
CMYK | 0.12 | 0.00 | 0.25 0.09 |
XYZ | 61.6807 | 74.1712 | 51.1099 |
Yxy | 74.1712 | 0.3299 | 0.3967 |
Hunter Lab | 86.1227 | -22.8738 | 25.1000 |
CIE-Lab | 89.0033 | -19.7145 | 25.6066 |
#cce9ae color RGB value is (204,233,174).
#cce9ae hex color red value is 204, green value is 233 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cce9ae hue: 0.25 , saturation: 0.57 and the lightness value of cce9ae is 0.80.
The process color (four color CMYK) of #cce9ae color hex is 0.12, 0.00, 0.25, 0.09. Web safe color of #cce9ae is #ccff99. Color #cce9ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101001 | 10101110 |
Octal | 314 | 351 | 256 |
Decimal | 204 | 233 | 174 |
Hex | CC | E9 | AE |
Shades of #cce9ae
Tints of #cce9ae
RGB Percentages of Color #cce9ae
CMYK Percentages of Color #cce9ae
Complementary Color
#cce9ae | #cbaee9 |
#cce9ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cce9ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#cce9ae Color CSS Codes
.mybgcolor {background-color:#cce9ae; } .myforecolor {color:#cce9ae; } .mybordercolor {border:3px solid #cce9ae; }
#cce9ae Text Font Color
<p style="color:#cce9ae">Text here</p>
This sample text font color is #cce9ae
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.
#cce9ae Background Color
<div style="background-color:#cce9ae">
Div content here</div>
This div background color is #cce9ae
#cce9ae Border Color
<div style="border:3px solid #cce9ae">
Div here</div>
This div border color is #cce9ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,233,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cce9ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cce9ae; -webkit-box-shadow: 1px 1px 3px 2px #cce9ae; box-shadow: 1px 1px 3px 2px #cce9ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,233,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cce9ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cce9ae; -webkit-box-shadow: 1px 1px 3px 2px #cce9ae; box-shadow: 1px 1px 3px 2px #cce9ae;">
Div content here</div>
This div box has shadow with color #cce9ae
Comments
No comments written yet.
Please login to write comment.