Color spaces of #d4dafa
RGB | 212 | 218 | 250 |
---|---|---|---|
HSL | 0.64 | 0.79 | 0.91 |
HSV | 231° | 15° | 98° |
CMYK | 0.15 | 0.13 | 0.00 0.02 |
XYZ | 69.4781 | 71.0420 | 100.4931 |
Yxy | 71.0420 | 0.2883 | 0.2948 |
Hunter Lab | 84.2864 | -0.3620 | -11.6899 |
CIE-Lab | 87.5054 | 4.2644 | -16.2675 |
#d4dafa color RGB value is (212,218,250).
#d4dafa hex color red value is 212, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d4dafa hue: 0.64 , saturation: 0.79 and the lightness value of d4dafa is 0.91.
The process color (four color CMYK) of #d4dafa color hex is 0.15, 0.13, 0.00, 0.02. Web safe color of #d4dafa is #ccccff. Color #d4dafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11011010 | 11111010 |
Octal | 324 | 332 | 372 |
Decimal | 212 | 218 | 250 |
Hex | D4 | DA | FA |
Shades of #d4dafa
Tints of #d4dafa
RGB Percentages of Color #d4dafa
CMYK Percentages of Color #d4dafa
Complementary Color
#d4dafa | #faf4d4 |
#d4dafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4dafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4dafa Color CSS Codes
.mybgcolor {background-color:#d4dafa; } .myforecolor {color:#d4dafa; } .mybordercolor {border:3px solid #d4dafa; }
#d4dafa Text Font Color
<p style="color:#d4dafa">Text here</p>
This sample text font color is #d4dafa
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.
#d4dafa Background Color
<div style="background-color:#d4dafa">
Div content here</div>
This div background color is #d4dafa
#d4dafa Border Color
<div style="border:3px solid #d4dafa">
Div here</div>
This div border color is #d4dafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,218,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4dafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4dafa; -webkit-box-shadow: 1px 1px 3px 2px #d4dafa; box-shadow: 1px 1px 3px 2px #d4dafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,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 #d4dafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4dafa; -webkit-box-shadow: 1px 1px 3px 2px #d4dafa; box-shadow: 1px 1px 3px 2px #d4dafa;">
Div content here</div>
This div box has shadow with color #d4dafa
Comments
No comments written yet.
Please login to write comment.