Color Hex Logo

#ab910e Color Hex

#AB910E
(171,145,14)
0 Favorites   0 Comments

Color spaces of #ab910e

RGB 17114514
HSL0.140.850.36
HSV50°92°67°
CMYK 0.000.150.92   0.33
XYZ26.999328.94044.5785
Yxy28.94040.44610.4782
Hunter Lab53.7963-4.557832.6113
CIE-Lab60.7290-2.047362.7434

#ab910e color RGB value is (171,145,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 00001110
Octal 253 221 16
Decimal 171 145 14
Hex AB 91 E

RGB Percentages of Color #ab910e

%51.82
%43.94
%4.24

CMYK Percentages of Color #ab910e

%0
%15
%92
%33

Triadic Colors of #ab910e

#ab910e #0eab91 #910eab

Analogous Colors of #ab910e

#ab910e #77ab0e #ab430e

Monochromatic Colors of #ab910e

#ab910e

Complementary Color

#ab910e #0e28ab

#ab910e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab910e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab910e Color CSS Codes

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

#ab910e Text Font Color

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

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


#ab910e Background Color

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

This div background color is #ab910e


#ab910e Border Color

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

This div border color is #ab910e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab910e


Comments

No comments written yet.

Please login to write comment.