Color spaces of #daeded
RGB | 218 | 237 | 237 |
---|---|---|---|
HSL | 0.50 | 0.35 | 0.89 |
HSV | 180° | 8° | 93° |
CMYK | 0.08 | 0.00 | 0.00 0.07 |
XYZ | 74.4837 | 81.5882 | 91.9432 |
Yxy | 81.5882 | 0.3003 | 0.3290 |
Hunter Lab | 90.3262 | -10.8783 | 2.8769 |
CIE-Lab | 92.3928 | -6.2351 | -2.1542 |
#daeded color RGB value is (218,237,237).
#daeded hex color red value is 218, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #daeded hue: 0.50 , saturation: 0.35 and the lightness value of daeded is 0.89.
The process color (four color CMYK) of #daeded color hex is 0.08, 0.00, 0.00, 0.07. Web safe color of #daeded is #ccffff. Color #daeded contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101101 | 11101101 |
Octal | 332 | 355 | 355 |
Decimal | 218 | 237 | 237 |
Hex | DA | ED | ED |
Shades of #daeded
Tints of #daeded
RGB Percentages of Color #daeded
CMYK Percentages of Color #daeded
Complementary Color
#daeded | #eddada |
#daeded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeded Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeded Color CSS Codes
.mybgcolor {background-color:#daeded; } .myforecolor {color:#daeded; } .mybordercolor {border:3px solid #daeded; }
#daeded Text Font Color
<p style="color:#daeded">Text here</p>
This sample text font color is #daeded
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.
#daeded Background Color
<div style="background-color:#daeded">
Div content here</div>
This div background color is #daeded
#daeded Border Color
<div style="border:3px solid #daeded">
Div here</div>
This div border color is #daeded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,237,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeded; -webkit-box-shadow: 1px 1px 3px 2px #daeded; box-shadow: 1px 1px 3px 2px #daeded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,237,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daeded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeded; -webkit-box-shadow: 1px 1px 3px 2px #daeded; box-shadow: 1px 1px 3px 2px #daeded;">
Div content here</div>
This div box has shadow with color #daeded
Comments
No comments written yet.
Please login to write comment.