Color spaces of #ada6db
RGB | 173 | 166 | 219 |
---|---|---|---|
HSL | 0.69 | 0.42 | 0.75 |
HSV | 248° | 24° | 86° |
CMYK | 0.21 | 0.24 | 0.00 0.14 |
XYZ | 43.6560 | 41.2711 | 72.6830 |
Yxy | 41.2711 | 0.2770 | 0.2619 |
Hunter Lab | 64.2426 | 8.8750 | -22.1099 |
CIE-Lab | 70.3654 | 13.5141 | -25.8858 |
#ada6db color RGB value is (173,166,219).
#ada6db hex color red value is 173, green value is 166 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ada6db hue: 0.69 , saturation: 0.42 and the lightness value of ada6db is 0.75.
The process color (four color CMYK) of #ada6db color hex is 0.21, 0.24, 0.00, 0.14. Web safe color of #ada6db is #9999cc. Color #ada6db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100110 | 11011011 |
Octal | 255 | 246 | 333 |
Decimal | 173 | 166 | 219 |
Hex | AD | A6 | DB |
Shades of #ada6db
Tints of #ada6db
RGB Percentages of Color #ada6db
CMYK Percentages of Color #ada6db
Complementary Color
#ada6db | #d4dba6 |
#ada6db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada6db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada6db Color CSS Codes
.mybgcolor {background-color:#ada6db; } .myforecolor {color:#ada6db; } .mybordercolor {border:3px solid #ada6db; }
#ada6db Text Font Color
<p style="color:#ada6db">Text here</p>
This sample text font color is #ada6db
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.
#ada6db Background Color
<div style="background-color:#ada6db">
Div content here</div>
This div background color is #ada6db
#ada6db Border Color
<div style="border:3px solid #ada6db">
Div here</div>
This div border color is #ada6db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,166,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada6db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada6db; -webkit-box-shadow: 1px 1px 3px 2px #ada6db; box-shadow: 1px 1px 3px 2px #ada6db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,166,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada6db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada6db; -webkit-box-shadow: 1px 1px 3px 2px #ada6db; box-shadow: 1px 1px 3px 2px #ada6db;">
Div content here</div>
This div box has shadow with color #ada6db
Comments
No comments written yet.
Please login to write comment.