Color Hex Logo

#ab540f Color Hex

#AB540F
(171,84,15)
0 Favorites   0 Comments

Color spaces of #ab540f

RGB 1718415
HSL0.070.840.36
HSV27°91°67°
CMYK 0.000.510.91   0.33
XYZ20.051115.03312.2968
Yxy15.03310.53640.4022
Hunter Lab38.772524.458823.6286
CIE-Lab45.679531.788351.0831

#ab540f color RGB value is (171,84,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 00001111
Octal 253 124 17
Decimal 171 84 15
Hex AB 54 F

RGB Percentages of Color #ab540f

%63.33
%31.11
%5.56

CMYK Percentages of Color #ab540f

%0
%51
%91
%33

Triadic Colors of #ab540f

#ab540f #0fab54 #540fab

Analogous Colors of #ab540f

#ab540f #aba20f #ab0f18

Monochromatic Colors of #ab540f

#ab540f

Complementary Color

#ab540f #0f66ab

#ab540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab540f Color CSS Codes

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

#ab540f Text Font Color

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

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


#ab540f Background Color

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

This div background color is #ab540f


#ab540f Border Color

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

This div border color is #ab540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab540f


Comments

No comments written yet.

Please login to write comment.