Color spaces of #daaade
RGB | 218 | 170 | 222 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.77 |
HSV | 295° | 23° | 87° |
CMYK | 0.02 | 0.23 | 0.00 0.13 |
XYZ | 56.4730 | 48.9288 | 75.5750 |
Yxy | 48.9288 | 0.3120 | 0.2704 |
Hunter Lab | 69.9491 | 21.6999 | -15.0942 |
CIE-Lab | 75.4070 | 26.3476 | -19.4816 |
#daaade color RGB value is (218,170,222).
#daaade hex color red value is 218, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daaade hue: 0.82 , saturation: 0.44 and the lightness value of daaade is 0.77.
The process color (four color CMYK) of #daaade color hex is 0.02, 0.23, 0.00, 0.13. Web safe color of #daaade is #cc99cc. Color #daaade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101010 | 11011110 |
Octal | 332 | 252 | 336 |
Decimal | 218 | 170 | 222 |
Hex | DA | AA | DE |
Shades of #daaade
Tints of #daaade
RGB Percentages of Color #daaade
CMYK Percentages of Color #daaade
Complementary Color
#daaade | #aedeaa |
#daaade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaade Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaade Color CSS Codes
.mybgcolor {background-color:#daaade; } .myforecolor {color:#daaade; } .mybordercolor {border:3px solid #daaade; }
#daaade Text Font Color
<p style="color:#daaade">Text here</p>
This sample text font color is #daaade
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.
#daaade Background Color
<div style="background-color:#daaade">
Div content here</div>
This div background color is #daaade
#daaade Border Color
<div style="border:3px solid #daaade">
Div here</div>
This div border color is #daaade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,170,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaade; -webkit-box-shadow: 1px 1px 3px 2px #daaade; box-shadow: 1px 1px 3px 2px #daaade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,170,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daaade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaade; -webkit-box-shadow: 1px 1px 3px 2px #daaade; box-shadow: 1px 1px 3px 2px #daaade;">
Div content here</div>
This div box has shadow with color #daaade
Comments
No comments written yet.
Please login to write comment.