Color Hex Logo

#ab9412 Color Hex

#AB9412
(171,148,18)
0 Favorites   0 Comments

Color spaces of #ab9412

RGB 17114818
HSL0.140.810.37
HSV51°89°67°
CMYK 0.000.130.89   0.33
XYZ27.493729.88144.8909
Yxy29.88140.44160.4799
Hunter Lab54.6639-5.883632.9599
CIE-Lab61.5518-3.599662.6148

#ab9412 color RGB value is (171,148,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 00010010
Octal 253 224 22
Decimal 171 148 18
Hex AB 94 12

RGB Percentages of Color #ab9412

%50.74
%43.92
%5.34

CMYK Percentages of Color #ab9412

%0
%13
%89
%33

Triadic Colors of #ab9412

#ab9412 #12ab94 #9412ab

Analogous Colors of #ab9412

#ab9412 #76ab12 #ab4712

Monochromatic Colors of #ab9412

#ab9412

Complementary Color

#ab9412 #1229ab

#ab9412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9412 Color CSS Codes

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

#ab9412 Text Font Color

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

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


#ab9412 Background Color

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

This div background color is #ab9412


#ab9412 Border Color

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

This div border color is #ab9412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9412


Comments

No comments written yet.

Please login to write comment.