Color spaces of #ab370e
RGB | 171 | 55 | 14 |
---|---|---|---|
HSL | 0.04 | 0.85 | 0.36 |
HSV | 16° | 92° | 67° |
CMYK | 0.00 | 0.68 | 0.92 0.33 |
XYZ | 18.2400 | 11.4220 | 1.6588 |
Yxy | 11.4220 | 0.5824 | 0.3647 |
Hunter Lab | 33.7964 | 37.1930 | 20.7474 |
CIE-Lab | 40.2823 | 45.8061 | 47.4583 |
#ab370e color RGB value is (171,55,14).
#ab370e hex color red value is 171, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab370e hue: 0.04 , saturation: 0.85 and the lightness value of ab370e is 0.36.
The process color (four color CMYK) of #ab370e color hex is 0.00, 0.68, 0.92, 0.33. Web safe color of #ab370e is #993300. Color #ab370e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00110111 | 00001110 |
Octal | 253 | 67 | 16 |
Decimal | 171 | 55 | 14 |
Hex | AB | 37 | E |
Shades of #ab370e
Tints of #ab370e
RGB Percentages of Color #ab370e
CMYK Percentages of Color #ab370e
Complementary Color
#ab370e | #0e82ab |
#ab370e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab370e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab370e Color CSS Codes
.mybgcolor {background-color:#ab370e; } .myforecolor {color:#ab370e; } .mybordercolor {border:3px solid #ab370e; }
#ab370e Text Font Color
<p style="color:#ab370e">Text here</p>
This sample text font color is #ab370e
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.
#ab370e Background Color
<div style="background-color:#ab370e">
Div content here</div>
This div background color is #ab370e
#ab370e Border Color
<div style="border:3px solid #ab370e">
Div here</div>
This div border color is #ab370e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,55,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab370e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab370e; -webkit-box-shadow: 1px 1px 3px 2px #ab370e; box-shadow: 1px 1px 3px 2px #ab370e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,55,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab370e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab370e; -webkit-box-shadow: 1px 1px 3px 2px #ab370e; box-shadow: 1px 1px 3px 2px #ab370e;">
Div content here</div>
This div box has shadow with color #ab370e
Comments
No comments written yet.
Please login to write comment.