Color Hex Logo

#ab530e Color Hex

#AB530E
(171,83,14)
0 Favorites   0 Comments

Color spaces of #ab530e

RGB 1718314
HSL0.070.850.36
HSV26°92°67°
CMYK 0.000.510.92   0.33
XYZ19.967114.87612.2345
Yxy14.87610.53850.4012
Hunter Lab38.569524.911123.5638
CIE-Lab45.464032.300851.2158

#ab530e color RGB value is (171,83,14).

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

The process color (four color CMYK) of #ab530e color hex is 0.00, 0.51, 0.92, 0.33. Web safe color of #ab530e is #996600. Color #ab530e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 00001110
Octal 253 123 16
Decimal 171 83 14
Hex AB 53 E

RGB Percentages of Color #ab530e

%63.81
%30.97
%5.22

CMYK Percentages of Color #ab530e

%0
%51
%92
%33

Triadic Colors of #ab530e

#ab530e #0eab53 #530eab

Analogous Colors of #ab530e

#ab530e #aba20e #ab0e18

Monochromatic Colors of #ab530e

#ab530e

Complementary Color

#ab530e #0e66ab

#ab530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab530e Color CSS Codes

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

#ab530e Text Font Color

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

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


#ab530e Background Color

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

This div background color is #ab530e


#ab530e Border Color

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

This div border color is #ab530e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab530e


Comments

No comments written yet.

Please login to write comment.