Color Hex Logo

#ab420e Color Hex

#AB420E
(171,66,14)
0 Favorites   0 Comments

Color spaces of #ab420e

RGB 1716614
HSL0.060.850.36
HSV20°92°67°
CMYK 0.000.610.92   0.33
XYZ18.822112.58611.8528
Yxy12.58610.56590.3784
Hunter Lab35.476932.617821.7374
CIE-Lab42.132940.865648.7869

#ab420e color RGB value is (171,66,14).

#ab420e hex color red value is 171, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab420e hue: 0.06 , saturation: 0.85 and the lightness value of ab420e is 0.36.

The process color (four color CMYK) of #ab420e color hex is 0.00, 0.61, 0.92, 0.33. Web safe color of #ab420e is #993300. Color #ab420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 00001110
Octal 253 102 16
Decimal 171 66 14
Hex AB 42 E

RGB Percentages of Color #ab420e

%68.13
%26.29
%5.58

CMYK Percentages of Color #ab420e

%0
%61
%92
%33

Triadic Colors of #ab420e

#ab420e #0eab42 #420eab

Analogous Colors of #ab420e

#ab420e #ab910e #ab0e29

Monochromatic Colors of #ab420e

#ab420e

Complementary Color

#ab420e #0e77ab

#ab420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab420e Color CSS Codes

.mybgcolor {background-color:#ab420e; } 
.myforecolor {color:#ab420e; }
.mybordercolor {border:3px solid #ab420e; }

#ab420e Text Font Color

<p style="color:#ab420e">Text here</p>

This sample text font color is #ab420e
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.


#ab420e Background Color

<div style="background-color:#ab420e">
Div content here</div>

This div background color is #ab420e


#ab420e Border Color

<div style="border:3px solid #ab420e">
Div here</div>

This div border color is #ab420e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,66,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab420e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab420e;
  -webkit-box-shadow: 1px 1px 3px 2px #ab420e;
  box-shadow:         1px 1px 3px 2px #ab420e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,66,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 #ab420e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab420e;
  -webkit-box-shadow: 1px 1px 3px 2px #ab420e;
  box-shadow:         1px 1px 3px 2px #ab420e;">
Div content here</div>

This div box has shadow with color #ab420e


Comments

No comments written yet.

Please login to write comment.