Color spaces of #ada08f
RGB | 173 | 160 | 143 |
---|---|---|---|
HSL | 0.09 | 0.15 | 0.62 |
HSV | 34° | 17° | 68° |
CMYK | 0.00 | 0.08 | 0.17 0.32 |
XYZ | 34.7623 | 36.0090 | 31.1049 |
Yxy | 36.0090 | 0.3412 | 0.3535 |
Hunter Lab | 60.0075 | -1.6082 | 11.2723 |
CIE-Lab | 66.5268 | 1.8502 | 10.5672 |
#ada08f color RGB value is (173,160,143).
#ada08f hex color red value is 173, green value is 160 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ada08f hue: 0.09 , saturation: 0.15 and the lightness value of ada08f is 0.62.
The process color (four color CMYK) of #ada08f color hex is 0.00, 0.08, 0.17, 0.32. Web safe color of #ada08f is #999999. Color #ada08f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100000 | 10001111 |
Octal | 255 | 240 | 217 |
Decimal | 173 | 160 | 143 |
Hex | AD | A0 | 8F |
Shades of #ada08f
Tints of #ada08f
RGB Percentages of Color #ada08f
CMYK Percentages of Color #ada08f
Complementary Color
#ada08f | #8f9cad |
#ada08f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada08f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada08f Color CSS Codes
.mybgcolor {background-color:#ada08f; } .myforecolor {color:#ada08f; } .mybordercolor {border:3px solid #ada08f; }
#ada08f Text Font Color
<p style="color:#ada08f">Text here</p>
This sample text font color is #ada08f
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.
#ada08f Background Color
<div style="background-color:#ada08f">
Div content here</div>
This div background color is #ada08f
#ada08f Border Color
<div style="border:3px solid #ada08f">
Div here</div>
This div border color is #ada08f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,160,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada08f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada08f; -webkit-box-shadow: 1px 1px 3px 2px #ada08f; box-shadow: 1px 1px 3px 2px #ada08f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,160,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada08f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada08f; -webkit-box-shadow: 1px 1px 3px 2px #ada08f; box-shadow: 1px 1px 3px 2px #ada08f;">
Div content here</div>
This div box has shadow with color #ada08f
Comments
No comments written yet.
Please login to write comment.