Color Hex Logo

#ab9012 Color Hex

#AB9012
(171,144,18)
0 Favorites   0 Comments

Color spaces of #ab9012

RGB 17114418
HSL0.140.810.37
HSV49°89°67°
CMYK 0.000.160.89   0.33
XYZ26.877028.64814.6853
Yxy28.64810.44640.4758
Hunter Lab53.5239-4.033232.2767
CIE-Lab60.4698-1.427161.7599

#ab9012 color RGB value is (171,144,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 00010010
Octal 253 220 22
Decimal 171 144 18
Hex AB 90 12

RGB Percentages of Color #ab9012

%51.35
%43.24
%5.41

CMYK Percentages of Color #ab9012

%0
%16
%89
%33

Triadic Colors of #ab9012

#ab9012 #12ab90 #9012ab

Analogous Colors of #ab9012

#ab9012 #7aab12 #ab4312

Monochromatic Colors of #ab9012

#ab9012

Complementary Color

#ab9012 #122dab

#ab9012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9012 Color CSS Codes

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

#ab9012 Text Font Color

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

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


#ab9012 Background Color

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

This div background color is #ab9012


#ab9012 Border Color

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

This div border color is #ab9012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9012


Comments

No comments written yet.

Please login to write comment.