Color Hex Logo

#ab880e Color Hex

#AB880E
(171,136,14)
0 Favorites   0 Comments

Color spaces of #ab880e

RGB 17113614
HSL0.130.850.36
HSV47°92°67°
CMYK 0.000.200.92   0.33
XYZ25.678026.29804.1381
Yxy26.29800.45760.4687
Hunter Lab51.2816-0.363231.1128
CIE-Lab58.31882.889660.8935

#ab880e color RGB value is (171,136,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 00001110
Octal 253 210 16
Decimal 171 136 14
Hex AB 88 E

RGB Percentages of Color #ab880e

%53.27
%42.37
%4.36

CMYK Percentages of Color #ab880e

%0
%20
%92
%33

Triadic Colors of #ab880e

#ab880e #0eab88 #880eab

Analogous Colors of #ab880e

#ab880e #80ab0e #ab3a0e

Monochromatic Colors of #ab880e

#ab880e

Complementary Color

#ab880e #0e31ab

#ab880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab880e Color CSS Codes

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

#ab880e Text Font Color

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

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


#ab880e Background Color

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

This div background color is #ab880e


#ab880e Border Color

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

This div border color is #ab880e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab880e


Comments

No comments written yet.

Please login to write comment.