Color Hex Logo

#ab820e Color Hex

#AB820E
(171,130,14)
0 Favorites   0 Comments

Color spaces of #ab820e

RGB 17113014
HSL0.120.850.36
HSV44°92°67°
CMYK 0.000.240.92   0.33
XYZ24.856524.65493.8643
Yxy24.65490.46570.4619
Hunter Lab49.65372.462630.1433
CIE-Lab56.73766.220959.6842

#ab820e color RGB value is (171,130,14).

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

The process color (four color CMYK) of #ab820e color hex is 0.00, 0.24, 0.92, 0.33. Web safe color of #ab820e is #999900. Color #ab820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 00001110
Octal 253 202 16
Decimal 171 130 14
Hex AB 82 E

RGB Percentages of Color #ab820e

%54.29
%41.27
%4.44

CMYK Percentages of Color #ab820e

%0
%24
%92
%33

Triadic Colors of #ab820e

#ab820e #0eab82 #820eab

Analogous Colors of #ab820e

#ab820e #86ab0e #ab340e

Monochromatic Colors of #ab820e

#ab820e

Complementary Color

#ab820e #0e37ab

#ab820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab820e Color CSS Codes

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

#ab820e Text Font Color

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

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


#ab820e Background Color

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

This div background color is #ab820e


#ab820e Border Color

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

This div border color is #ab820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab820e


Comments

No comments written yet.

Please login to write comment.