Color spaces of #a0adad
RGB | 160 | 173 | 173 |
---|---|---|---|
HSL | 0.50 | 0.07 | 0.65 |
HSV | 180° | 8° | 68° |
CMYK | 0.08 | 0.00 | 0.00 0.32 |
XYZ | 36.9836 | 40.3779 | 45.3796 |
Yxy | 40.3779 | 0.3013 | 0.3290 |
Hunter Lab | 63.5436 | -7.3109 | 2.1386 |
CIE-Lab | 69.7378 | -4.5310 | -1.5691 |
#a0adad color RGB value is (160,173,173).
#a0adad hex color red value is 160, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0adad hue: 0.50 , saturation: 0.07 and the lightness value of a0adad is 0.65.
The process color (four color CMYK) of #a0adad color hex is 0.08, 0.00, 0.00, 0.32. Web safe color of #a0adad is #999999. Color #a0adad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10101101 | 10101101 |
Octal | 240 | 255 | 255 |
Decimal | 160 | 173 | 173 |
Hex | A0 | AD | AD |
Shades of #a0adad
Tints of #a0adad
RGB Percentages of Color #a0adad
CMYK Percentages of Color #a0adad
Complementary Color
#a0adad | #ada0a0 |
#a0adad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0adad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0adad Color CSS Codes
.mybgcolor {background-color:#a0adad; } .myforecolor {color:#a0adad; } .mybordercolor {border:3px solid #a0adad; }
#a0adad Text Font Color
<p style="color:#a0adad">Text here</p>
This sample text font color is #a0adad
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.
#a0adad Background Color
<div style="background-color:#a0adad">
Div content here</div>
This div background color is #a0adad
#a0adad Border Color
<div style="border:3px solid #a0adad">
Div here</div>
This div border color is #a0adad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,173,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0adad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0adad; -webkit-box-shadow: 1px 1px 3px 2px #a0adad; box-shadow: 1px 1px 3px 2px #a0adad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,173,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0adad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0adad; -webkit-box-shadow: 1px 1px 3px 2px #a0adad; box-shadow: 1px 1px 3px 2px #a0adad;">
Div content here</div>
This div box has shadow with color #a0adad
Comments
No comments written yet.
Please login to write comment.