Color spaces of #d0dafa
RGB | 208 | 218 | 250 |
---|---|---|---|
HSL | 0.63 | 0.81 | 0.90 |
HSV | 226° | 17° | 98° |
CMYK | 0.17 | 0.13 | 0.00 0.02 |
XYZ | 68.3391 | 70.4548 | 100.4398 |
Yxy | 70.4548 | 0.2857 | 0.2945 |
Hunter Lab | 83.9374 | -1.5614 | -12.1905 |
CIE-Lab | 87.2194 | 3.0222 | -16.7262 |
#d0dafa color RGB value is (208,218,250).
#d0dafa hex color red value is 208, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0dafa hue: 0.63 , saturation: 0.81 and the lightness value of d0dafa is 0.90.
The process color (four color CMYK) of #d0dafa color hex is 0.17, 0.13, 0.00, 0.02. Web safe color of #d0dafa is #ccccff. Color #d0dafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11011010 | 11111010 |
Octal | 320 | 332 | 372 |
Decimal | 208 | 218 | 250 |
Hex | D0 | DA | FA |
Shades of #d0dafa
Tints of #d0dafa
RGB Percentages of Color #d0dafa
CMYK Percentages of Color #d0dafa
Complementary Color
#d0dafa | #faf0d0 |
#d0dafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0dafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0dafa Color CSS Codes
.mybgcolor {background-color:#d0dafa; } .myforecolor {color:#d0dafa; } .mybordercolor {border:3px solid #d0dafa; }
#d0dafa Text Font Color
<p style="color:#d0dafa">Text here</p>
This sample text font color is #d0dafa
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.
#d0dafa Background Color
<div style="background-color:#d0dafa">
Div content here</div>
This div background color is #d0dafa
#d0dafa Border Color
<div style="border:3px solid #d0dafa">
Div here</div>
This div border color is #d0dafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0dafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0dafa; -webkit-box-shadow: 1px 1px 3px 2px #d0dafa; box-shadow: 1px 1px 3px 2px #d0dafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,218,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0dafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0dafa; -webkit-box-shadow: 1px 1px 3px 2px #d0dafa; box-shadow: 1px 1px 3px 2px #d0dafa;">
Div content here</div>
This div box has shadow with color #d0dafa
Comments
No comments written yet.
Please login to write comment.