Color spaces of #ad800a
RGB | 173 | 128 | 10 |
---|---|---|---|
HSL | 0.12 | 0.89 | 0.36 |
HSV | 43° | 94° | 68° |
CMYK | 0.00 | 0.26 | 0.94 0.32 |
XYZ | 25.0075 | 24.3445 | 3.6681 |
Yxy | 24.3445 | 0.4717 | 0.4592 |
Hunter Lab | 49.3401 | 4.1255 | 30.1303 |
CIE-Lab | 56.4311 | 8.1883 | 60.2874 |
#ad800a color RGB value is (173,128,10).
#ad800a hex color red value is 173, green value is 128 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ad800a hue: 0.12 , saturation: 0.89 and the lightness value of ad800a is 0.36.
The process color (four color CMYK) of #ad800a color hex is 0.00, 0.26, 0.94, 0.32. Web safe color of #ad800a is #999900. Color #ad800a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10000000 | 00001010 |
Octal | 255 | 200 | 12 |
Decimal | 173 | 128 | 10 |
Hex | AD | 80 | A |
Shades of #ad800a
Tints of #ad800a
RGB Percentages of Color #ad800a
CMYK Percentages of Color #ad800a
Complementary Color
#ad800a | #0a37ad |
#ad800a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad800a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad800a Color CSS Codes
.mybgcolor {background-color:#ad800a; } .myforecolor {color:#ad800a; } .mybordercolor {border:3px solid #ad800a; }
#ad800a Text Font Color
<p style="color:#ad800a">Text here</p>
This sample text font color is #ad800a
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.
#ad800a Background Color
<div style="background-color:#ad800a">
Div content here</div>
This div background color is #ad800a
#ad800a Border Color
<div style="border:3px solid #ad800a">
Div here</div>
This div border color is #ad800a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,128,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad800a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad800a; -webkit-box-shadow: 1px 1px 3px 2px #ad800a; box-shadow: 1px 1px 3px 2px #ad800a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,128,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad800a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad800a; -webkit-box-shadow: 1px 1px 3px 2px #ad800a; box-shadow: 1px 1px 3px 2px #ad800a;">
Div content here</div>
This div box has shadow with color #ad800a
Comments
No comments written yet.
Please login to write comment.