Color spaces of #cde8aa
RGB | 205 | 232 | 170 |
---|---|---|---|
HSL | 0.24 | 0.57 | 0.79 |
HSV | 86° | 27° | 91° |
CMYK | 0.12 | 0.00 | 0.27 0.09 |
XYZ | 61.2891 | 73.5946 | 49.0051 |
Yxy | 73.5946 | 0.3333 | 0.4002 |
Hunter Lab | 85.7873 | -22.6018 | 26.1823 |
CIE-Lab | 88.7305 | -19.4567 | 27.2999 |
#cde8aa color RGB value is (205,232,170).
#cde8aa hex color red value is 205, green value is 232 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cde8aa hue: 0.24 , saturation: 0.57 and the lightness value of cde8aa is 0.79.
The process color (four color CMYK) of #cde8aa color hex is 0.12, 0.00, 0.27, 0.09. Web safe color of #cde8aa is #ccff99. Color #cde8aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101000 | 10101010 |
Octal | 315 | 350 | 252 |
Decimal | 205 | 232 | 170 |
Hex | CD | E8 | AA |
Shades of #cde8aa
Tints of #cde8aa
RGB Percentages of Color #cde8aa
CMYK Percentages of Color #cde8aa
Complementary Color
#cde8aa | #c5aae8 |
#cde8aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde8aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde8aa Color CSS Codes
.mybgcolor {background-color:#cde8aa; } .myforecolor {color:#cde8aa; } .mybordercolor {border:3px solid #cde8aa; }
#cde8aa Text Font Color
<p style="color:#cde8aa">Text here</p>
This sample text font color is #cde8aa
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.
#cde8aa Background Color
<div style="background-color:#cde8aa">
Div content here</div>
This div background color is #cde8aa
#cde8aa Border Color
<div style="border:3px solid #cde8aa">
Div here</div>
This div border color is #cde8aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,232,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde8aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde8aa; -webkit-box-shadow: 1px 1px 3px 2px #cde8aa; box-shadow: 1px 1px 3px 2px #cde8aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,232,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde8aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde8aa; -webkit-box-shadow: 1px 1px 3px 2px #cde8aa; box-shadow: 1px 1px 3px 2px #cde8aa;">
Div content here</div>
This div box has shadow with color #cde8aa
Comments
No comments written yet.
Please login to write comment.