Color spaces of #ada7be
RGB | 173 | 167 | 190 |
---|---|---|---|
HSL | 0.71 | 0.15 | 0.70 |
HSV | 256° | 12° | 75° |
CMYK | 0.09 | 0.12 | 0.00 0.25 |
XYZ | 40.3466 | 40.2394 | 54.3557 |
Yxy | 40.2394 | 0.2990 | 0.2982 |
Hunter Lab | 63.4345 | 2.5219 | -6.4002 |
CIE-Lab | 69.6397 | 6.6369 | -11.0020 |
#ada7be color RGB value is (173,167,190).
#ada7be hex color red value is 173, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ada7be hue: 0.71 , saturation: 0.15 and the lightness value of ada7be is 0.70.
The process color (four color CMYK) of #ada7be color hex is 0.09, 0.12, 0.00, 0.25. Web safe color of #ada7be is #9999cc. Color #ada7be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100111 | 10111110 |
Octal | 255 | 247 | 276 |
Decimal | 173 | 167 | 190 |
Hex | AD | A7 | BE |
Shades of #ada7be
Tints of #ada7be
RGB Percentages of Color #ada7be
CMYK Percentages of Color #ada7be
Complementary Color
#ada7be | #b8bea7 |
#ada7be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada7be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada7be Color CSS Codes
.mybgcolor {background-color:#ada7be; } .myforecolor {color:#ada7be; } .mybordercolor {border:3px solid #ada7be; }
#ada7be Text Font Color
<p style="color:#ada7be">Text here</p>
This sample text font color is #ada7be
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.
#ada7be Background Color
<div style="background-color:#ada7be">
Div content here</div>
This div background color is #ada7be
#ada7be Border Color
<div style="border:3px solid #ada7be">
Div here</div>
This div border color is #ada7be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,167,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada7be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada7be; -webkit-box-shadow: 1px 1px 3px 2px #ada7be; box-shadow: 1px 1px 3px 2px #ada7be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,167,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada7be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada7be; -webkit-box-shadow: 1px 1px 3px 2px #ada7be; box-shadow: 1px 1px 3px 2px #ada7be;">
Div content here</div>
This div box has shadow with color #ada7be
Comments
No comments written yet.
Please login to write comment.