Color spaces of #a8980b
RGB | 168 | 152 | 11 |
---|---|---|---|
HSL | 0.15 | 0.88 | 0.35 |
HSV | 54° | 93° | 66° |
CMYK | 0.00 | 0.10 | 0.93 0.34 |
XYZ | 27.4371 | 30.8055 | 4.8166 |
Yxy | 30.8055 | 0.4351 | 0.4885 |
Hunter Lab | 55.5027 | -8.8904 | 33.7066 |
CIE-Lab | 62.3431 | -7.2377 | 64.3411 |
#a8980b color RGB value is (168,152,11).
#a8980b hex color red value is 168, green value is 152 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a8980b hue: 0.15 , saturation: 0.88 and the lightness value of a8980b is 0.35.
The process color (four color CMYK) of #a8980b color hex is 0.00, 0.10, 0.93, 0.34. Web safe color of #a8980b is #999900. Color #a8980b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10011000 | 00001011 |
Octal | 250 | 230 | 13 |
Decimal | 168 | 152 | 11 |
Hex | A8 | 98 | B |
Shades of #a8980b
Tints of #a8980b
RGB Percentages of Color #a8980b
CMYK Percentages of Color #a8980b
Complementary Color
#a8980b | #0b1ba8 |
#a8980b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8980b Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8980b Color CSS Codes
.mybgcolor {background-color:#a8980b; } .myforecolor {color:#a8980b; } .mybordercolor {border:3px solid #a8980b; }
#a8980b Text Font Color
<p style="color:#a8980b">Text here</p>
This sample text font color is #a8980b
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.
#a8980b Background Color
<div style="background-color:#a8980b">
Div content here</div>
This div background color is #a8980b
#a8980b Border Color
<div style="border:3px solid #a8980b">
Div here</div>
This div border color is #a8980b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,152,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8980b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8980b; -webkit-box-shadow: 1px 1px 3px 2px #a8980b; box-shadow: 1px 1px 3px 2px #a8980b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,152,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8980b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8980b; -webkit-box-shadow: 1px 1px 3px 2px #a8980b; box-shadow: 1px 1px 3px 2px #a8980b;">
Div content here</div>
This div box has shadow with color #a8980b
Comments
No comments written yet.
Please login to write comment.