Color spaces of #daeaff
RGB | 218 | 234 | 255 |
---|---|---|---|
HSL | 0.59 | 1.00 | 0.93 |
HSV | 214° | 15° | 100° |
CMYK | 0.15 | 0.08 | 0.00 0.00 |
XYZ | 76.3863 | 80.9711 | 106.2107 |
Yxy | 80.9711 | 0.2898 | 0.3072 |
Hunter Lab | 89.9839 | -5.9454 | -6.9930 |
CIE-Lab | 92.1188 | -1.1621 | -11.9385 |
#daeaff color RGB value is (218,234,255).
#daeaff hex color red value is 218, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #daeaff hue: 0.59 , saturation: 1.00 and the lightness value of daeaff is 0.93.
The process color (four color CMYK) of #daeaff color hex is 0.15, 0.08, 0.00, 0.00. Web safe color of #daeaff is #ccffff. Color #daeaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101010 | 11111111 |
Octal | 332 | 352 | 377 |
Decimal | 218 | 234 | 255 |
Hex | DA | EA | FF |
Shades of #daeaff
Tints of #daeaff
RGB Percentages of Color #daeaff
CMYK Percentages of Color #daeaff
Complementary Color
#daeaff | #ffefda |
#daeaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeaff Color CSS Codes
.mybgcolor {background-color:#daeaff; } .myforecolor {color:#daeaff; } .mybordercolor {border:3px solid #daeaff; }
#daeaff Text Font Color
<p style="color:#daeaff">Text here</p>
This sample text font color is #daeaff
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.
#daeaff Background Color
<div style="background-color:#daeaff">
Div content here</div>
This div background color is #daeaff
#daeaff Border Color
<div style="border:3px solid #daeaff">
Div here</div>
This div border color is #daeaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,234,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeaff; -webkit-box-shadow: 1px 1px 3px 2px #daeaff; box-shadow: 1px 1px 3px 2px #daeaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,234,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daeaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeaff; -webkit-box-shadow: 1px 1px 3px 2px #daeaff; box-shadow: 1px 1px 3px 2px #daeaff;">
Div content here</div>
This div box has shadow with color #daeaff
#daeaff Color Palettes
Comments
No comments written yet.
Please login to write comment.