Color Hex Logo

#ab900e Color Hex

#AB900E
(171,144,14)
0 Favorites   0 Comments

Color spaces of #ab900e

RGB 17114414
HSL0.140.850.36
HSV50°92°67°
CMYK 0.000.160.92   0.33
XYZ26.847128.63624.5278
Yxy28.63620.44740.4772
Hunter Lab53.5128-4.094932.4423
CIE-Lab60.4592-1.503262.5359

#ab900e color RGB value is (171,144,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 00001110
Octal 253 220 16
Decimal 171 144 14
Hex AB 90 E

RGB Percentages of Color #ab900e

%51.98
%43.77
%4.26

CMYK Percentages of Color #ab900e

%0
%16
%92
%33

Triadic Colors of #ab900e

#ab900e #0eab90 #900eab

Analogous Colors of #ab900e

#ab900e #78ab0e #ab420e

Monochromatic Colors of #ab900e

#ab900e

Complementary Color

#ab900e #0e29ab

#ab900e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab900e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab900e Color CSS Codes

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

#ab900e Text Font Color

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

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


#ab900e Background Color

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

This div background color is #ab900e


#ab900e Border Color

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

This div border color is #ab900e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab900e


Comments

No comments written yet.

Please login to write comment.