Color Hex Logo

#ab830e Color Hex

#AB830E
(171,131,14)
0 Favorites   0 Comments

Color spaces of #ab830e

RGB 17113114
HSL0.120.850.36
HSV45°92°67°
CMYK 0.000.230.92   0.33
XYZ24.990224.92223.9088
Yxy24.92220.46430.4631
Hunter Lab49.92211.990430.3032
CIE-Lab56.99955.664259.8845

#ab830e color RGB value is (171,131,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 00001110
Octal 253 203 16
Decimal 171 131 14
Hex AB 83 E

RGB Percentages of Color #ab830e

%54.11
%41.46
%4.43

CMYK Percentages of Color #ab830e

%0
%23
%92
%33

Triadic Colors of #ab830e

#ab830e #0eab83 #830eab

Analogous Colors of #ab830e

#ab830e #85ab0e #ab350e

Monochromatic Colors of #ab830e

#ab830e

Complementary Color

#ab830e #0e36ab

#ab830e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab830e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab830e Color CSS Codes

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

#ab830e Text Font Color

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

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


#ab830e Background Color

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

This div background color is #ab830e


#ab830e Border Color

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

This div border color is #ab830e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab830e


Comments

No comments written yet.

Please login to write comment.