Color spaces of #dad9fe
RGB | 218 | 217 | 254 |
---|---|---|---|
HSL | 0.67 | 0.95 | 0.92 |
HSV | 242° | 15° | 100° |
CMYK | 0.14 | 0.15 | 0.00 0.00 |
XYZ | 71.6157 | 71.6869 | 103.8283 |
Yxy | 71.6869 | 0.2898 | 0.2901 |
Hunter Lab | 84.6681 | 2.8133 | -13.4395 |
CIE-Lab | 87.8177 | 7.4911 | -17.8600 |
#dad9fe color RGB value is (218,217,254).
#dad9fe hex color red value is 218, green value is 217 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dad9fe hue: 0.67 , saturation: 0.95 and the lightness value of dad9fe is 0.92.
The process color (four color CMYK) of #dad9fe color hex is 0.14, 0.15, 0.00, 0.00. Web safe color of #dad9fe is #ccccff. Color #dad9fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011001 | 11111110 |
Octal | 332 | 331 | 376 |
Decimal | 218 | 217 | 254 |
Hex | DA | D9 | FE |
Shades of #dad9fe
Tints of #dad9fe
RGB Percentages of Color #dad9fe
CMYK Percentages of Color #dad9fe
Complementary Color
#dad9fe | #fdfed9 |
#dad9fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad9fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad9fe Color CSS Codes
.mybgcolor {background-color:#dad9fe; } .myforecolor {color:#dad9fe; } .mybordercolor {border:3px solid #dad9fe; }
#dad9fe Text Font Color
<p style="color:#dad9fe">Text here</p>
This sample text font color is #dad9fe
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.
#dad9fe Background Color
<div style="background-color:#dad9fe">
Div content here</div>
This div background color is #dad9fe
#dad9fe Border Color
<div style="border:3px solid #dad9fe">
Div here</div>
This div border color is #dad9fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,217,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad9fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad9fe; -webkit-box-shadow: 1px 1px 3px 2px #dad9fe; box-shadow: 1px 1px 3px 2px #dad9fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,217,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad9fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad9fe; -webkit-box-shadow: 1px 1px 3px 2px #dad9fe; box-shadow: 1px 1px 3px 2px #dad9fe;">
Div content here</div>
This div box has shadow with color #dad9fe
Comments
No comments written yet.
Please login to write comment.