Color spaces of #dae6cd
RGB | 218 | 230 | 205 |
---|---|---|---|
HSL | 0.25 | 0.33 | 0.85 |
HSV | 89° | 11° | 90° |
CMYK | 0.05 | 0.00 | 0.11 0.10 |
XYZ | 68.2297 | 75.9068 | 68.8130 |
Yxy | 75.9068 | 0.3204 | 0.3565 |
Hunter Lab | 87.1245 | -12.6794 | 14.1585 |
CIE-Lab | 89.8161 | -8.4092 | 10.8087 |
#dae6cd color RGB value is (218,230,205).
#dae6cd hex color red value is 218, green value is 230 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dae6cd hue: 0.25 , saturation: 0.33 and the lightness value of dae6cd is 0.85.
The process color (four color CMYK) of #dae6cd color hex is 0.05, 0.00, 0.11, 0.10. Web safe color of #dae6cd is #ccffcc. Color #dae6cd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100110 | 11001101 |
Octal | 332 | 346 | 315 |
Decimal | 218 | 230 | 205 |
Hex | DA | E6 | CD |
Shades of #dae6cd
Tints of #dae6cd
RGB Percentages of Color #dae6cd
CMYK Percentages of Color #dae6cd
Complementary Color
#dae6cd | #d9cde6 |
#dae6cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae6cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae6cd Color CSS Codes
.mybgcolor {background-color:#dae6cd; } .myforecolor {color:#dae6cd; } .mybordercolor {border:3px solid #dae6cd; }
#dae6cd Text Font Color
<p style="color:#dae6cd">Text here</p>
This sample text font color is #dae6cd
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.
#dae6cd Background Color
<div style="background-color:#dae6cd">
Div content here</div>
This div background color is #dae6cd
#dae6cd Border Color
<div style="border:3px solid #dae6cd">
Div here</div>
This div border color is #dae6cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,230,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae6cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae6cd; -webkit-box-shadow: 1px 1px 3px 2px #dae6cd; box-shadow: 1px 1px 3px 2px #dae6cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,230,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 #dae6cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae6cd; -webkit-box-shadow: 1px 1px 3px 2px #dae6cd; box-shadow: 1px 1px 3px 2px #dae6cd;">
Div content here</div>
This div box has shadow with color #dae6cd
Comments
No comments written yet.
Please login to write comment.