Color spaces of #ada71c
RGB | 173 | 167 | 28 |
---|---|---|---|
HSL | 0.16 | 0.72 | 0.39 |
HSV | 58° | 84° | 68° |
CMYK | 0.00 | 0.03 | 0.84 0.32 |
XYZ | 31.2619 | 36.6055 | 6.5165 |
Yxy | 36.6055 | 0.4203 | 0.4921 |
Hunter Lab | 60.5025 | -13.6476 | 35.9658 |
CIE-Lab | 66.9800 | -12.5321 | 64.8375 |
#ada71c color RGB value is (173,167,28).
#ada71c hex color red value is 173, green value is 167 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ada71c hue: 0.16 , saturation: 0.72 and the lightness value of ada71c is 0.39.
The process color (four color CMYK) of #ada71c color hex is 0.00, 0.03, 0.84, 0.32. Web safe color of #ada71c is #999933. Color #ada71c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100111 | 00011100 |
Octal | 255 | 247 | 34 |
Decimal | 173 | 167 | 28 |
Hex | AD | A7 | 1C |
Shades of #ada71c
Tints of #ada71c
RGB Percentages of Color #ada71c
CMYK Percentages of Color #ada71c
Complementary Color
#ada71c | #1c22ad |
#ada71c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada71c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada71c Color CSS Codes
.mybgcolor {background-color:#ada71c; } .myforecolor {color:#ada71c; } .mybordercolor {border:3px solid #ada71c; }
#ada71c Text Font Color
<p style="color:#ada71c">Text here</p>
This sample text font color is #ada71c
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.
#ada71c Background Color
<div style="background-color:#ada71c">
Div content here</div>
This div background color is #ada71c
#ada71c Border Color
<div style="border:3px solid #ada71c">
Div here</div>
This div border color is #ada71c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,167,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada71c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada71c; -webkit-box-shadow: 1px 1px 3px 2px #ada71c; box-shadow: 1px 1px 3px 2px #ada71c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,167,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada71c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada71c; -webkit-box-shadow: 1px 1px 3px 2px #ada71c; box-shadow: 1px 1px 3px 2px #ada71c;">
Div content here</div>
This div box has shadow with color #ada71c
Comments
No comments written yet.
Please login to write comment.