Color spaces of #daeafd
RGB | 218 | 234 | 253 |
---|---|---|---|
HSL | 0.59 | 0.90 | 0.92 |
HSV | 213° | 14° | 99° |
CMYK | 0.14 | 0.08 | 0.00 0.01 |
XYZ | 76.0659 | 80.8429 | 104.5236 |
Yxy | 80.8429 | 0.2910 | 0.3092 |
Hunter Lab | 89.9127 | -6.3366 | -5.9858 |
CIE-Lab | 92.0617 | -1.5669 | -10.9811 |
#daeafd color RGB value is (218,234,253).
#daeafd hex color red value is 218, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #daeafd hue: 0.59 , saturation: 0.90 and the lightness value of daeafd is 0.92.
The process color (four color CMYK) of #daeafd color hex is 0.14, 0.08, 0.00, 0.01. Web safe color of #daeafd is #ccffff. Color #daeafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101010 | 11111101 |
Octal | 332 | 352 | 375 |
Decimal | 218 | 234 | 253 |
Hex | DA | EA | FD |
Shades of #daeafd
Tints of #daeafd
RGB Percentages of Color #daeafd
CMYK Percentages of Color #daeafd
Complementary Color
#daeafd | #fdedda |
#daeafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daeafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#daeafd Color CSS Codes
.mybgcolor {background-color:#daeafd; } .myforecolor {color:#daeafd; } .mybordercolor {border:3px solid #daeafd; }
#daeafd Text Font Color
<p style="color:#daeafd">Text here</p>
This sample text font color is #daeafd
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.
#daeafd Background Color
<div style="background-color:#daeafd">
Div content here</div>
This div background color is #daeafd
#daeafd Border Color
<div style="border:3px solid #daeafd">
Div here</div>
This div border color is #daeafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,234,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daeafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daeafd; -webkit-box-shadow: 1px 1px 3px 2px #daeafd; box-shadow: 1px 1px 3px 2px #daeafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,234,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daeafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daeafd; -webkit-box-shadow: 1px 1px 3px 2px #daeafd; box-shadow: 1px 1px 3px 2px #daeafd;">
Div content here</div>
This div box has shadow with color #daeafd
Comments
No comments written yet.
Please login to write comment.