Color spaces of #ab802e
RGB | 171 | 128 | 46 |
---|---|---|---|
HSL | 0.11 | 0.58 | 0.43 |
HSV | 39° | 73° | 67° |
CMYK | 0.00 | 0.25 | 0.73 0.33 |
XYZ | 25.0069 | 24.2935 | 5.9559 |
Yxy | 24.2935 | 0.4526 | 0.4397 |
Hunter Lab | 49.2884 | 4.3087 | 27.3374 |
CIE-Lab | 56.3805 | 8.4039 | 48.8734 |
#ab802e color RGB value is (171,128,46).
#ab802e hex color red value is 171, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab802e hue: 0.11 , saturation: 0.58 and the lightness value of ab802e is 0.43.
The process color (four color CMYK) of #ab802e color hex is 0.00, 0.25, 0.73, 0.33. Web safe color of #ab802e is #999933. Color #ab802e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000000 | 00101110 |
Octal | 253 | 200 | 56 |
Decimal | 171 | 128 | 46 |
Hex | AB | 80 | 2E |
Shades of #ab802e
Tints of #ab802e
RGB Percentages of Color #ab802e
CMYK Percentages of Color #ab802e
Complementary Color
#ab802e | #2e59ab |
#ab802e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab802e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab802e Color CSS Codes
.mybgcolor {background-color:#ab802e; } .myforecolor {color:#ab802e; } .mybordercolor {border:3px solid #ab802e; }
#ab802e Text Font Color
<p style="color:#ab802e">Text here</p>
This sample text font color is #ab802e
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.
#ab802e Background Color
<div style="background-color:#ab802e">
Div content here</div>
This div background color is #ab802e
#ab802e Border Color
<div style="border:3px solid #ab802e">
Div here</div>
This div border color is #ab802e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,128,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab802e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab802e; -webkit-box-shadow: 1px 1px 3px 2px #ab802e; box-shadow: 1px 1px 3px 2px #ab802e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,128,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab802e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab802e; -webkit-box-shadow: 1px 1px 3px 2px #ab802e; box-shadow: 1px 1px 3px 2px #ab802e;">
Div content here</div>
This div box has shadow with color #ab802e
Comments
No comments written yet.
Please login to write comment.