Color spaces of #daeadc
RGB | 218 | 234 | 220 |
---|---|---|---|
HSL | 0.35 | 0.28 | 0.89 |
HSV | 128° | 7° | 92° |
CMYK | 0.07 | 0.00 | 0.06 0.08 |
XYZ | 71.2545 | 78.9184 | 79.1874 |
Yxy | 78.9184 | 0.3107 | 0.3441 |
Hunter Lab | 88.8360 | -12.2900 | 9.3348 |
CIE-Lab | 91.1974 | -7.8428 | 4.9655 |
#daeadc color RGB value is (218,234,220).
#daeadc hex color red value is 218, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #daeadc hue: 0.35 , saturation: 0.28 and the lightness value of daeadc is 0.89.
The process color (four color CMYK) of #daeadc color hex is 0.07, 0.00, 0.06, 0.08. Web safe color of #daeadc is #ccffcc. Color #daeadc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101010 | 11011100 |
Octal | 332 | 352 | 334 |
Decimal | 218 | 234 | 220 |
Hex | DA | EA | DC |
Shades of #daeadc
Tints of #daeadc
RGB Percentages of Color #daeadc
CMYK Percentages of Color #daeadc
Complementary Color
#daeadc | #eadae8 |
#daeadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeadc Color CSS Codes
.mybgcolor {background-color:#daeadc; } .myforecolor {color:#daeadc; } .mybordercolor {border:3px solid #daeadc; }
#daeadc Text Font Color
<p style="color:#daeadc">Text here</p>
This sample text font color is #daeadc
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.
#daeadc Background Color
<div style="background-color:#daeadc">
Div content here</div>
This div background color is #daeadc
#daeadc Border Color
<div style="border:3px solid #daeadc">
Div here</div>
This div border color is #daeadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,234,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeadc; -webkit-box-shadow: 1px 1px 3px 2px #daeadc; box-shadow: 1px 1px 3px 2px #daeadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,234,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 #daeadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeadc; -webkit-box-shadow: 1px 1px 3px 2px #daeadc; box-shadow: 1px 1px 3px 2px #daeadc;">
Div content here</div>
This div box has shadow with color #daeadc
Comments
No comments written yet.
Please login to write comment.