Color spaces of #dad0df
RGB | 218 | 208 | 223 |
---|---|---|---|
HSL | 0.78 | 0.19 | 0.85 |
HSV | 280° | 7° | 87° |
CMYK | 0.02 | 0.07 | 0.00 0.13 |
XYZ | 64.7886 | 65.3449 | 79.0101 |
Yxy | 65.3449 | 0.3098 | 0.3124 |
Hunter Lab | 80.8362 | 1.6009 | -1.3653 |
CIE-Lab | 84.6612 | 6.1536 | -6.1695 |
#dad0df color RGB value is (218,208,223).
#dad0df hex color red value is 218, green value is 208 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dad0df hue: 0.78 , saturation: 0.19 and the lightness value of dad0df is 0.85.
The process color (four color CMYK) of #dad0df color hex is 0.02, 0.07, 0.00, 0.13. Web safe color of #dad0df is #cccccc. Color #dad0df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010000 | 11011111 |
Octal | 332 | 320 | 337 |
Decimal | 218 | 208 | 223 |
Hex | DA | D0 | DF |
Shades of #dad0df
Tints of #dad0df
RGB Percentages of Color #dad0df
CMYK Percentages of Color #dad0df
Complementary Color
#dad0df | #d5dfd0 |
#dad0df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad0df Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad0df Color CSS Codes
.mybgcolor {background-color:#dad0df; } .myforecolor {color:#dad0df; } .mybordercolor {border:3px solid #dad0df; }
#dad0df Text Font Color
<p style="color:#dad0df">Text here</p>
This sample text font color is #dad0df
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.
#dad0df Background Color
<div style="background-color:#dad0df">
Div content here</div>
This div background color is #dad0df
#dad0df Border Color
<div style="border:3px solid #dad0df">
Div here</div>
This div border color is #dad0df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,208,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad0df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad0df; -webkit-box-shadow: 1px 1px 3px 2px #dad0df; box-shadow: 1px 1px 3px 2px #dad0df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,208,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad0df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad0df; -webkit-box-shadow: 1px 1px 3px 2px #dad0df; box-shadow: 1px 1px 3px 2px #dad0df;">
Div content here</div>
This div box has shadow with color #dad0df
Comments
No comments written yet.
Please login to write comment.