Color spaces of #daeec0
RGB | 218 | 238 | 192 |
---|---|---|---|
HSL | 0.24 | 0.58 | 0.84 |
HSV | 86° | 19° | 93° |
CMYK | 0.08 | 0.00 | 0.19 0.07 |
XYZ | 69.0024 | 79.8603 | 61.6469 |
Yxy | 79.8603 | 0.3278 | 0.3794 |
Hunter Lab | 89.3646 | -18.5602 | 21.6548 |
CIE-Lab | 91.6221 | -14.5104 | 20.1002 |
#daeec0 color RGB value is (218,238,192).
#daeec0 hex color red value is 218, green value is 238 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #daeec0 hue: 0.24 , saturation: 0.58 and the lightness value of daeec0 is 0.84.
The process color (four color CMYK) of #daeec0 color hex is 0.08, 0.00, 0.19, 0.07. Web safe color of #daeec0 is #ccffcc. Color #daeec0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101110 | 11000000 |
Octal | 332 | 356 | 300 |
Decimal | 218 | 238 | 192 |
Hex | DA | EE | C0 |
Shades of #daeec0
Tints of #daeec0
RGB Percentages of Color #daeec0
CMYK Percentages of Color #daeec0
Complementary Color
#daeec0 | #d4c0ee |
#daeec0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeec0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeec0 Color CSS Codes
.mybgcolor {background-color:#daeec0; } .myforecolor {color:#daeec0; } .mybordercolor {border:3px solid #daeec0; }
#daeec0 Text Font Color
<p style="color:#daeec0">Text here</p>
This sample text font color is #daeec0
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.
#daeec0 Background Color
<div style="background-color:#daeec0">
Div content here</div>
This div background color is #daeec0
#daeec0 Border Color
<div style="border:3px solid #daeec0">
Div here</div>
This div border color is #daeec0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,238,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeec0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeec0; -webkit-box-shadow: 1px 1px 3px 2px #daeec0; box-shadow: 1px 1px 3px 2px #daeec0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,238,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daeec0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeec0; -webkit-box-shadow: 1px 1px 3px 2px #daeec0; box-shadow: 1px 1px 3px 2px #daeec0;">
Div content here</div>
This div box has shadow with color #daeec0
Comments
No comments written yet.
Please login to write comment.