Color Hex Logo

#ab990e Color Hex

#AB990E
(171,153,14)
0 Favorites   0 Comments

Color spaces of #ab990e

RGB 17115314
HSL0.150.850.36
HSV53°92°67°
CMYK 0.000.110.92   0.33
XYZ28.265131.47215.0005
Yxy31.47210.43660.4861
Hunter Lab56.1000-8.240633.9852
CIE-Lab62.9042-6.364864.4194

#ab990e color RGB value is (171,153,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 00001110
Octal 253 231 16
Decimal 171 153 14
Hex AB 99 E

RGB Percentages of Color #ab990e

%50.59
%45.27
%4.14

CMYK Percentages of Color #ab990e

%0
%11
%92
%33

Triadic Colors of #ab990e

#ab990e #0eab99 #990eab

Analogous Colors of #ab990e

#ab990e #6fab0e #ab4b0e

Monochromatic Colors of #ab990e

#ab990e

Complementary Color

#ab990e #0e20ab

#ab990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab990e Color CSS Codes

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

#ab990e Text Font Color

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

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


#ab990e Background Color

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

This div background color is #ab990e


#ab990e Border Color

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

This div border color is #ab990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab990e


Comments

No comments written yet.

Please login to write comment.