Color spaces of #dae8dc
RGB | 218 | 232 | 220 |
---|---|---|---|
HSL | 0.36 | 0.23 | 0.88 |
HSV | 129° | 6° | 91° |
CMYK | 0.06 | 0.00 | 0.05 0.09 |
XYZ | 70.6883 | 77.7860 | 78.9987 |
Yxy | 77.7860 | 0.3108 | 0.3420 |
Hunter Lab | 88.1964 | -11.2781 | 8.6306 |
CIE-Lab | 90.6822 | -6.8284 | 4.2202 |
#dae8dc color RGB value is (218,232,220).
#dae8dc hex color red value is 218, green value is 232 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dae8dc hue: 0.36 , saturation: 0.23 and the lightness value of dae8dc is 0.88.
The process color (four color CMYK) of #dae8dc color hex is 0.06, 0.00, 0.05, 0.09. Web safe color of #dae8dc is #ccffcc. Color #dae8dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101000 | 11011100 |
Octal | 332 | 350 | 334 |
Decimal | 218 | 232 | 220 |
Hex | DA | E8 | DC |
Shades of #dae8dc
Tints of #dae8dc
RGB Percentages of Color #dae8dc
CMYK Percentages of Color #dae8dc
Complementary Color
#dae8dc | #e8dae6 |
#dae8dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae8dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae8dc Color CSS Codes
.mybgcolor {background-color:#dae8dc; } .myforecolor {color:#dae8dc; } .mybordercolor {border:3px solid #dae8dc; }
#dae8dc Text Font Color
<p style="color:#dae8dc">Text here</p>
This sample text font color is #dae8dc
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.
#dae8dc Background Color
<div style="background-color:#dae8dc">
Div content here</div>
This div background color is #dae8dc
#dae8dc Border Color
<div style="border:3px solid #dae8dc">
Div here</div>
This div border color is #dae8dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,232,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae8dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae8dc; -webkit-box-shadow: 1px 1px 3px 2px #dae8dc; box-shadow: 1px 1px 3px 2px #dae8dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,232,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dae8dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae8dc; -webkit-box-shadow: 1px 1px 3px 2px #dae8dc; box-shadow: 1px 1px 3px 2px #dae8dc;">
Div content here</div>
This div box has shadow with color #dae8dc
Comments
No comments written yet.
Please login to write comment.