Color spaces of #ada6bb
RGB | 173 | 166 | 187 |
---|---|---|---|
HSL | 0.72 | 0.13 | 0.69 |
HSV | 260° | 11° | 73° |
CMYK | 0.07 | 0.11 | 0.00 0.27 |
XYZ | 39.8394 | 39.7445 | 52.5854 |
Yxy | 39.7445 | 0.3014 | 0.3007 |
Hunter Lab | 63.0432 | 2.4752 | -5.3245 |
CIE-Lab | 69.2872 | 6.5752 | -9.8684 |
#ada6bb color RGB value is (173,166,187).
#ada6bb hex color red value is 173, green value is 166 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ada6bb hue: 0.72 , saturation: 0.13 and the lightness value of ada6bb is 0.69.
The process color (four color CMYK) of #ada6bb color hex is 0.07, 0.11, 0.00, 0.27. Web safe color of #ada6bb is #9999cc. Color #ada6bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100110 | 10111011 |
Octal | 255 | 246 | 273 |
Decimal | 173 | 166 | 187 |
Hex | AD | A6 | BB |
Shades of #ada6bb
Tints of #ada6bb
RGB Percentages of Color #ada6bb
CMYK Percentages of Color #ada6bb
Complementary Color
#ada6bb | #b4bba6 |
#ada6bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada6bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada6bb Color CSS Codes
.mybgcolor {background-color:#ada6bb; } .myforecolor {color:#ada6bb; } .mybordercolor {border:3px solid #ada6bb; }
#ada6bb Text Font Color
<p style="color:#ada6bb">Text here</p>
This sample text font color is #ada6bb
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.
#ada6bb Background Color
<div style="background-color:#ada6bb">
Div content here</div>
This div background color is #ada6bb
#ada6bb Border Color
<div style="border:3px solid #ada6bb">
Div here</div>
This div border color is #ada6bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,166,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada6bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada6bb; -webkit-box-shadow: 1px 1px 3px 2px #ada6bb; box-shadow: 1px 1px 3px 2px #ada6bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,166,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada6bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada6bb; -webkit-box-shadow: 1px 1px 3px 2px #ada6bb; box-shadow: 1px 1px 3px 2px #ada6bb;">
Div content here</div>
This div box has shadow with color #ada6bb
Comments
No comments written yet.
Please login to write comment.