Color spaces of #daf8db
RGB | 218 | 248 | 219 |
---|---|---|---|
HSL | 0.34 | 0.68 | 0.91 |
HSV | 122° | 12° | 97° |
CMYK | 0.12 | 0.00 | 0.12 0.03 |
XYZ | 75.2670 | 87.1547 | 79.8734 |
Yxy | 87.1547 | 0.3106 | 0.3597 |
Hunter Lab | 93.3567 | -19.4621 | 14.6228 |
CIE-Lab | 94.8039 | -15.0173 | 10.6657 |
#daf8db color RGB value is (218,248,219).
#daf8db hex color red value is 218, green value is 248 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #daf8db hue: 0.34 , saturation: 0.68 and the lightness value of daf8db is 0.91.
The process color (four color CMYK) of #daf8db color hex is 0.12, 0.00, 0.12, 0.03. Web safe color of #daf8db is #ccffcc. Color #daf8db contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111000 | 11011011 |
Octal | 332 | 370 | 333 |
Decimal | 218 | 248 | 219 |
Hex | DA | F8 | DB |
Shades of #daf8db
Tints of #daf8db
RGB Percentages of Color #daf8db
CMYK Percentages of Color #daf8db
Complementary Color
#daf8db | #f8daf7 |
#daf8db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf8db Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf8db Color CSS Codes
.mybgcolor {background-color:#daf8db; } .myforecolor {color:#daf8db; } .mybordercolor {border:3px solid #daf8db; }
#daf8db Text Font Color
<p style="color:#daf8db">Text here</p>
This sample text font color is #daf8db
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.
#daf8db Background Color
<div style="background-color:#daf8db">
Div content here</div>
This div background color is #daf8db
#daf8db Border Color
<div style="border:3px solid #daf8db">
Div here</div>
This div border color is #daf8db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,248,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf8db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf8db; -webkit-box-shadow: 1px 1px 3px 2px #daf8db; box-shadow: 1px 1px 3px 2px #daf8db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,248,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf8db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf8db; -webkit-box-shadow: 1px 1px 3px 2px #daf8db; box-shadow: 1px 1px 3px 2px #daf8db;">
Div content here</div>
This div box has shadow with color #daf8db
Comments
No comments written yet.
Please login to write comment.