Color Hex Logo

#ab530b Color Hex

#AB530B
(171,83,11)
0 Favorites   0 Comments

Color spaces of #ab530b

RGB 1718311
HSL0.080.880.36
HSV27°94°67°
CMYK 0.000.510.94   0.33
XYZ19.948214.86862.1351
Yxy14.86860.53980.4024
Hunter Lab38.559824.863923.7089
CIE-Lab45.453732.251552.0223

#ab530b color RGB value is (171,83,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 00001011
Octal 253 123 13
Decimal 171 83 11
Hex AB 53 B

RGB Percentages of Color #ab530b

%64.53
%31.32
%4.15

CMYK Percentages of Color #ab530b

%0
%51
%94
%33

Triadic Colors of #ab530b

#ab530b #0bab53 #530bab

Analogous Colors of #ab530b

#ab530b #aba30b #ab0b13

Monochromatic Colors of #ab530b

#ab530b

Complementary Color

#ab530b #0b63ab

#ab530b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab530b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab530b Color CSS Codes

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

#ab530b Text Font Color

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

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


#ab530b Background Color

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

This div background color is #ab530b


#ab530b Border Color

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

This div border color is #ab530b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab530b


Comments

No comments written yet.

Please login to write comment.