Color Hex Logo

#ab500c Color Hex

#AB500C
(171,80,12)
0 Favorites   0 Comments

Color spaces of #ab500c

RGB 1718012
HSL0.070.870.36
HSV26°93°67°
CMYK 0.000.530.93   0.33
XYZ19.729614.42182.0916
Yxy14.42180.54440.3979
Hunter Lab37.976026.277623.3177
CIE-Lab44.831933.842551.3190

#ab500c color RGB value is (171,80,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 00001100
Octal 253 120 14
Decimal 171 80 12
Hex AB 50 C

RGB Percentages of Color #ab500c

%65.02
%30.42
%4.56

CMYK Percentages of Color #ab500c

%0
%53
%93
%33

Triadic Colors of #ab500c

#ab500c #0cab50 #500cab

Analogous Colors of #ab500c

#ab500c #aba00c #ab0c17

Monochromatic Colors of #ab500c

#ab500c

Complementary Color

#ab500c #0c67ab

#ab500c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab500c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab500c Color CSS Codes

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

#ab500c Text Font Color

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

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


#ab500c Background Color

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

This div background color is #ab500c


#ab500c Border Color

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

This div border color is #ab500c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab500c


Comments

No comments written yet.

Please login to write comment.