Color Hex Logo

#ab860e Color Hex

#AB860E
(171,134,14)
0 Favorites   0 Comments

Color spaces of #ab860e

RGB 17113414
HSL0.130.850.36
HSV46°92°67°
CMYK 0.000.220.92   0.33
XYZ25.398925.73984.0451
Yxy25.73980.46030.4664
Hunter Lab50.73440.576330.7868
CIE-Lab57.78923.997060.4879

#ab860e color RGB value is (171,134,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 00001110
Octal 253 206 16
Decimal 171 134 14
Hex AB 86 E

RGB Percentages of Color #ab860e

%53.61
%42.01
%4.39

CMYK Percentages of Color #ab860e

%0
%22
%92
%33

Triadic Colors of #ab860e

#ab860e #0eab86 #860eab

Analogous Colors of #ab860e

#ab860e #82ab0e #ab380e

Monochromatic Colors of #ab860e

#ab860e

Complementary Color

#ab860e #0e33ab

#ab860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab860e Color CSS Codes

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

#ab860e Text Font Color

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

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


#ab860e Background Color

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

This div background color is #ab860e


#ab860e Border Color

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

This div border color is #ab860e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab860e


Comments

No comments written yet.

Please login to write comment.