Color spaces of #dae3fd
RGB | 218 | 227 | 253 |
---|---|---|---|
HSL | 0.62 | 0.90 | 0.92 |
HSV | 225° | 14° | 99° |
CMYK | 0.14 | 0.10 | 0.00 0.01 |
XYZ | 74.1121 | 76.9354 | 103.8724 |
Yxy | 76.9354 | 0.2907 | 0.3018 |
Hunter Lab | 87.7128 | -2.6756 | -8.8142 |
CIE-Lab | 90.2919 | 2.0527 | -13.6220 |
#dae3fd color RGB value is (218,227,253).
#dae3fd hex color red value is 218, green value is 227 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dae3fd hue: 0.62 , saturation: 0.90 and the lightness value of dae3fd is 0.92.
The process color (four color CMYK) of #dae3fd color hex is 0.14, 0.10, 0.00, 0.01. Web safe color of #dae3fd is #ccccff. Color #dae3fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100011 | 11111101 |
Octal | 332 | 343 | 375 |
Decimal | 218 | 227 | 253 |
Hex | DA | E3 | FD |
Shades of #dae3fd
Tints of #dae3fd
RGB Percentages of Color #dae3fd
CMYK Percentages of Color #dae3fd
Complementary Color
#dae3fd | #fdf4da |
#dae3fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae3fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae3fd Color CSS Codes
.mybgcolor {background-color:#dae3fd; } .myforecolor {color:#dae3fd; } .mybordercolor {border:3px solid #dae3fd; }
#dae3fd Text Font Color
<p style="color:#dae3fd">Text here</p>
This sample text font color is #dae3fd
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.
#dae3fd Background Color
<div style="background-color:#dae3fd">
Div content here</div>
This div background color is #dae3fd
#dae3fd Border Color
<div style="border:3px solid #dae3fd">
Div here</div>
This div border color is #dae3fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,227,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae3fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae3fd; -webkit-box-shadow: 1px 1px 3px 2px #dae3fd; box-shadow: 1px 1px 3px 2px #dae3fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,227,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 #dae3fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae3fd; -webkit-box-shadow: 1px 1px 3px 2px #dae3fd; box-shadow: 1px 1px 3px 2px #dae3fd;">
Div content here</div>
This div box has shadow with color #dae3fd
Comments
No comments written yet.
Please login to write comment.