Color Hex Logo

#ab8312 Color Hex

#AB8312
(171,131,18)
0 Favorites   0 Comments

Color spaces of #ab8312

RGB 17113118
HSL0.120.810.37
HSV44°89°67°
CMYK 0.000.230.89   0.33
XYZ25.020124.93424.0663
Yxy24.93420.46320.4616
Hunter Lab49.93422.054830.1257
CIE-Lab57.01135.741459.0302

#ab8312 color RGB value is (171,131,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 00010010
Octal 253 203 22
Decimal 171 131 18
Hex AB 83 12

RGB Percentages of Color #ab8312

%53.44
%40.94
%5.63

CMYK Percentages of Color #ab8312

%0
%23
%89
%33

Triadic Colors of #ab8312

#ab8312 #12ab83 #8312ab

Analogous Colors of #ab8312

#ab8312 #87ab12 #ab3612

Monochromatic Colors of #ab8312

#ab8312

Complementary Color

#ab8312 #123aab

#ab8312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8312 Color CSS Codes

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

#ab8312 Text Font Color

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

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


#ab8312 Background Color

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

This div background color is #ab8312


#ab8312 Border Color

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

This div border color is #ab8312


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,131,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab8312">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8312


Comments

No comments written yet.

Please login to write comment.