Color spaces of #d5daef
RGB | 213 | 218 | 239 |
---|---|---|---|
HSL | 0.63 | 0.45 | 0.89 |
HSV | 228° | 11° | 94° |
CMYK | 0.11 | 0.09 | 0.00 0.06 |
XYZ | 68.0920 | 70.5209 | 91.6844 |
Yxy | 70.5209 | 0.2957 | 0.3062 |
Hunter Lab | 83.9767 | -2.2237 | -5.9481 |
CIE-Lab | 87.2517 | 2.3426 | -10.8406 |
#d5daef color RGB value is (213,218,239).
#d5daef hex color red value is 213, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d5daef hue: 0.63 , saturation: 0.45 and the lightness value of d5daef is 0.89.
The process color (four color CMYK) of #d5daef color hex is 0.11, 0.09, 0.00, 0.06. Web safe color of #d5daef is #ccccff. Color #d5daef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11011010 | 11101111 |
Octal | 325 | 332 | 357 |
Decimal | 213 | 218 | 239 |
Hex | D5 | DA | EF |
Shades of #d5daef
Tints of #d5daef
RGB Percentages of Color #d5daef
CMYK Percentages of Color #d5daef
Complementary Color
#d5daef | #efead5 |
#d5daef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5daef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5daef Color CSS Codes
.mybgcolor {background-color:#d5daef; } .myforecolor {color:#d5daef; } .mybordercolor {border:3px solid #d5daef; }
#d5daef Text Font Color
<p style="color:#d5daef">Text here</p>
This sample text font color is #d5daef
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.
#d5daef Background Color
<div style="background-color:#d5daef">
Div content here</div>
This div background color is #d5daef
#d5daef Border Color
<div style="border:3px solid #d5daef">
Div here</div>
This div border color is #d5daef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,218,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5daef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5daef; -webkit-box-shadow: 1px 1px 3px 2px #d5daef; box-shadow: 1px 1px 3px 2px #d5daef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,218,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5daef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5daef; -webkit-box-shadow: 1px 1px 3px 2px #d5daef; box-shadow: 1px 1px 3px 2px #d5daef;">
Div content here</div>
This div box has shadow with color #d5daef
Comments
No comments written yet.
Please login to write comment.