Color spaces of #daeade
RGB | 218 | 234 | 222 |
---|---|---|---|
HSL | 0.38 | 0.28 | 0.89 |
HSV | 135° | 7° | 92° |
CMYK | 0.07 | 0.00 | 0.05 0.08 |
XYZ | 71.5211 | 79.0250 | 80.5910 |
Yxy | 79.0250 | 0.3094 | 0.3419 |
Hunter Lab | 88.8960 | -11.9562 | 8.4763 |
CIE-Lab | 91.2456 | -7.4849 | 3.9922 |
#daeade color RGB value is (218,234,222).
#daeade hex color red value is 218, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daeade hue: 0.38 , saturation: 0.28 and the lightness value of daeade is 0.89.
The process color (four color CMYK) of #daeade color hex is 0.07, 0.00, 0.05, 0.08. Web safe color of #daeade is #ccffcc. Color #daeade contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101010 | 11011110 |
Octal | 332 | 352 | 336 |
Decimal | 218 | 234 | 222 |
Hex | DA | EA | DE |
Shades of #daeade
Tints of #daeade
RGB Percentages of Color #daeade
CMYK Percentages of Color #daeade
Complementary Color
#daeade | #eadae6 |
#daeade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeade Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeade Color CSS Codes
.mybgcolor {background-color:#daeade; } .myforecolor {color:#daeade; } .mybordercolor {border:3px solid #daeade; }
#daeade Text Font Color
<p style="color:#daeade">Text here</p>
This sample text font color is #daeade
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.
#daeade Background Color
<div style="background-color:#daeade">
Div content here</div>
This div background color is #daeade
#daeade Border Color
<div style="border:3px solid #daeade">
Div here</div>
This div border color is #daeade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,234,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeade; -webkit-box-shadow: 1px 1px 3px 2px #daeade; box-shadow: 1px 1px 3px 2px #daeade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,234,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daeade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeade; -webkit-box-shadow: 1px 1px 3px 2px #daeade; box-shadow: 1px 1px 3px 2px #daeade;">
Div content here</div>
This div box has shadow with color #daeade
Comments
No comments written yet.
Please login to write comment.