Color spaces of #ada46c
RGB | 173 | 164 | 108 |
---|---|---|---|
HSL | 0.14 | 0.28 | 0.55 |
HSV | 52° | 38° | 68° |
CMYK | 0.00 | 0.05 | 0.38 0.32 |
XYZ | 33.2158 | 36.5179 | 19.4853 |
Yxy | 36.5179 | 0.3723 | 0.4093 |
Hunter Lab | 60.4300 | -7.6388 | 23.1833 |
CIE-Lab | 66.9138 | -5.2009 | 30.2491 |
#ada46c color RGB value is (173,164,108).
#ada46c hex color red value is 173, green value is 164 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ada46c hue: 0.14 , saturation: 0.28 and the lightness value of ada46c is 0.55.
The process color (four color CMYK) of #ada46c color hex is 0.00, 0.05, 0.38, 0.32. Web safe color of #ada46c is #999966. Color #ada46c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100100 | 01101100 |
Octal | 255 | 244 | 154 |
Decimal | 173 | 164 | 108 |
Hex | AD | A4 | 6C |
Shades of #ada46c
Tints of #ada46c
RGB Percentages of Color #ada46c
CMYK Percentages of Color #ada46c
Complementary Color
#ada46c | #6c75ad |
#ada46c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada46c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada46c Color CSS Codes
.mybgcolor {background-color:#ada46c; } .myforecolor {color:#ada46c; } .mybordercolor {border:3px solid #ada46c; }
#ada46c Text Font Color
<p style="color:#ada46c">Text here</p>
This sample text font color is #ada46c
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.
#ada46c Background Color
<div style="background-color:#ada46c">
Div content here</div>
This div background color is #ada46c
#ada46c Border Color
<div style="border:3px solid #ada46c">
Div here</div>
This div border color is #ada46c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,164,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada46c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada46c; -webkit-box-shadow: 1px 1px 3px 2px #ada46c; box-shadow: 1px 1px 3px 2px #ada46c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,164,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada46c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada46c; -webkit-box-shadow: 1px 1px 3px 2px #ada46c; box-shadow: 1px 1px 3px 2px #ada46c;">
Div content here</div>
This div box has shadow with color #ada46c
Comments
No comments written yet.
Please login to write comment.