Color Hex Logo

#ab500f Color Hex

#AB500F
(171,80,15)
0 Favorites   0 Comments

Color spaces of #ab500f

RGB 1718015
HSL0.070.840.36
HSV25°91°67°
CMYK 0.000.530.91   0.33
XYZ19.749514.42972.1962
Yxy14.42970.54290.3967
Hunter Lab37.986426.327523.1626
CIE-Lab44.843033.894150.4597

#ab500f color RGB value is (171,80,15).

#ab500f hex color red value is 171, green value is 80 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ab500f hue: 0.07 , saturation: 0.84 and the lightness value of ab500f is 0.36.

The process color (four color CMYK) of #ab500f color hex is 0.00, 0.53, 0.91, 0.33. Web safe color of #ab500f is #996600. Color #ab500f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 00001111
Octal 253 120 17
Decimal 171 80 15
Hex AB 50 F

RGB Percentages of Color #ab500f

%64.29
%30.08
%5.64

CMYK Percentages of Color #ab500f

%0
%53
%91
%33

Triadic Colors of #ab500f

#ab500f #0fab50 #500fab

Analogous Colors of #ab500f

#ab500f #ab9e0f #ab0f1c

Monochromatic Colors of #ab500f

#ab500f

Complementary Color

#ab500f #0f6aab

#ab500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab500f Color CSS Codes

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

#ab500f Text Font Color

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

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


#ab500f Background Color

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

This div background color is #ab500f


#ab500f Border Color

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

This div border color is #ab500f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,80,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab500f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab500f


Comments

No comments written yet.

Please login to write comment.