Color spaces of #daaadc
RGB | 218 | 170 | 220 |
---|---|---|---|
HSL | 0.83 | 0.42 | 0.76 |
HSV | 298° | 23° | 86° |
CMYK | 0.01 | 0.23 | 0.00 0.14 |
XYZ | 56.2064 | 48.8222 | 74.1714 |
Yxy | 48.8222 | 0.3137 | 0.2724 |
Hunter Lab | 69.8729 | 21.3095 | -14.0264 |
CIE-Lab | 75.3406 | 25.9714 | -18.4931 |
#daaadc color RGB value is (218,170,220).
#daaadc hex color red value is 218, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #daaadc hue: 0.83 , saturation: 0.42 and the lightness value of daaadc is 0.76.
The process color (four color CMYK) of #daaadc color hex is 0.01, 0.23, 0.00, 0.14. Web safe color of #daaadc is #cc99cc. Color #daaadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101010 | 11011100 |
Octal | 332 | 252 | 334 |
Decimal | 218 | 170 | 220 |
Hex | DA | AA | DC |
Shades of #daaadc
Tints of #daaadc
RGB Percentages of Color #daaadc
CMYK Percentages of Color #daaadc
Complementary Color
#daaadc | #acdcaa |
#daaadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaadc Color CSS Codes
.mybgcolor {background-color:#daaadc; } .myforecolor {color:#daaadc; } .mybordercolor {border:3px solid #daaadc; }
#daaadc Text Font Color
<p style="color:#daaadc">Text here</p>
This sample text font color is #daaadc
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.
#daaadc Background Color
<div style="background-color:#daaadc">
Div content here</div>
This div background color is #daaadc
#daaadc Border Color
<div style="border:3px solid #daaadc">
Div here</div>
This div border color is #daaadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,170,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaadc; -webkit-box-shadow: 1px 1px 3px 2px #daaadc; box-shadow: 1px 1px 3px 2px #daaadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,170,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daaadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaadc; -webkit-box-shadow: 1px 1px 3px 2px #daaadc; box-shadow: 1px 1px 3px 2px #daaadc;">
Div content here</div>
This div box has shadow with color #daaadc
Comments
No comments written yet.
Please login to write comment.