Color spaces of #ceeaad
RGB | 206 | 234 | 173 |
---|---|---|---|
HSL | 0.24 | 0.59 | 0.80 |
HSV | 88° | 26° | 92° |
CMYK | 0.12 | 0.00 | 0.26 0.08 |
XYZ | 62.4192 | 74.9846 | 50.7188 |
Yxy | 74.9846 | 0.3318 | 0.3986 |
Hunter Lab | 86.5936 | -22.8709 | 25.8888 |
CIE-Lab | 89.3858 | -19.6422 | 26.6635 |
#ceeaad color RGB value is (206,234,173).
#ceeaad hex color red value is 206, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ceeaad hue: 0.24 , saturation: 0.59 and the lightness value of ceeaad is 0.80.
The process color (four color CMYK) of #ceeaad color hex is 0.12, 0.00, 0.26, 0.08. Web safe color of #ceeaad is #ccff99. Color #ceeaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101010 | 10101101 |
Octal | 316 | 352 | 255 |
Decimal | 206 | 234 | 173 |
Hex | CE | EA | AD |
Shades of #ceeaad
Tints of #ceeaad
RGB Percentages of Color #ceeaad
CMYK Percentages of Color #ceeaad
Complementary Color
#ceeaad | #c9adea |
#ceeaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceeaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceeaad Color CSS Codes
.mybgcolor {background-color:#ceeaad; } .myforecolor {color:#ceeaad; } .mybordercolor {border:3px solid #ceeaad; }
#ceeaad Text Font Color
<p style="color:#ceeaad">Text here</p>
This sample text font color is #ceeaad
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.
#ceeaad Background Color
<div style="background-color:#ceeaad">
Div content here</div>
This div background color is #ceeaad
#ceeaad Border Color
<div style="border:3px solid #ceeaad">
Div here</div>
This div border color is #ceeaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,234,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceeaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceeaad; -webkit-box-shadow: 1px 1px 3px 2px #ceeaad; box-shadow: 1px 1px 3px 2px #ceeaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,234,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceeaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceeaad; -webkit-box-shadow: 1px 1px 3px 2px #ceeaad; box-shadow: 1px 1px 3px 2px #ceeaad;">
Div content here</div>
This div box has shadow with color #ceeaad
Comments
No comments written yet.
Please login to write comment.