Color Hex Logo

#ab9712 Color Hex

#AB9712
(171,151,18)
0 Favorites   0 Comments

Color spaces of #ab9712

RGB 17115118
HSL0.140.810.37
HSV52°89°67°
CMYK 0.000.120.89   0.33
XYZ27.970430.83485.0498
Yxy30.83480.43800.4829
Hunter Lab55.5291-7.264233.4785
CIE-Lab62.3679-5.217463.2603

#ab9712 color RGB value is (171,151,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 00010010
Octal 253 227 22
Decimal 171 151 18
Hex AB 97 12

RGB Percentages of Color #ab9712

%50.29
%44.41
%5.29

CMYK Percentages of Color #ab9712

%0
%12
%89
%33

Triadic Colors of #ab9712

#ab9712 #12ab97 #9712ab

Analogous Colors of #ab9712

#ab9712 #73ab12 #ab4a12

Monochromatic Colors of #ab9712

#ab9712

Complementary Color

#ab9712 #1226ab

#ab9712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9712 Color CSS Codes

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

#ab9712 Text Font Color

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

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


#ab9712 Background Color

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

This div background color is #ab9712


#ab9712 Border Color

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

This div border color is #ab9712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9712


Comments

No comments written yet.

Please login to write comment.