Color spaces of #ab730b
RGB | 171 | 115 | 11 |
---|---|---|---|
HSL | 0.11 | 0.88 | 0.36 |
HSV | 39° | 94° | 67° |
CMYK | 0.00 | 0.33 | 0.94 0.33 |
XYZ | 22.9857 | 20.9436 | 3.1476 |
Yxy | 20.9436 | 0.4883 | 0.4449 |
Hunter Lab | 45.7642 | 9.5668 | 27.9570 |
CIE-Lab | 52.8877 | 14.5834 | 57.3906 |
#ab730b color RGB value is (171,115,11).
#ab730b hex color red value is 171, green value is 115 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ab730b hue: 0.11 , saturation: 0.88 and the lightness value of ab730b is 0.36.
The process color (four color CMYK) of #ab730b color hex is 0.00, 0.33, 0.94, 0.33. Web safe color of #ab730b is #996600. Color #ab730b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110011 | 00001011 |
Octal | 253 | 163 | 13 |
Decimal | 171 | 115 | 11 |
Hex | AB | 73 | B |
Shades of #ab730b
Tints of #ab730b
RGB Percentages of Color #ab730b
CMYK Percentages of Color #ab730b
Complementary Color
#ab730b | #0b43ab |
#ab730b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab730b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab730b Color CSS Codes
.mybgcolor {background-color:#ab730b; } .myforecolor {color:#ab730b; } .mybordercolor {border:3px solid #ab730b; }
#ab730b Text Font Color
<p style="color:#ab730b">Text here</p>
This sample text font color is #ab730b
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.
#ab730b Background Color
<div style="background-color:#ab730b">
Div content here</div>
This div background color is #ab730b
#ab730b Border Color
<div style="border:3px solid #ab730b">
Div here</div>
This div border color is #ab730b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,115,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab730b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab730b; -webkit-box-shadow: 1px 1px 3px 2px #ab730b; box-shadow: 1px 1px 3px 2px #ab730b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,115,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 #ab730b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab730b; -webkit-box-shadow: 1px 1px 3px 2px #ab730b; box-shadow: 1px 1px 3px 2px #ab730b;">
Div content here</div>
This div box has shadow with color #ab730b
Comments
No comments written yet.
Please login to write comment.