Color Hex Logo

#ab480f Color Hex

#AB480F
(171,72,15)
0 Favorites   0 Comments

Color spaces of #ab480f

RGB 1717215
HSL0.060.840.36
HSV22°91°67°
CMYK 0.000.580.91   0.33
XYZ19.198213.32712.0125
Yxy13.32710.55590.3859
Hunter Lab36.506329.984922.2859
CIE-Lab43.252037.970049.2790

#ab480f color RGB value is (171,72,15).

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

The process color (four color CMYK) of #ab480f color hex is 0.00, 0.58, 0.91, 0.33. Web safe color of #ab480f is #993300. Color #ab480f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 00001111
Octal 253 110 17
Decimal 171 72 15
Hex AB 48 F

RGB Percentages of Color #ab480f

%66.28
%27.91
%5.81

CMYK Percentages of Color #ab480f

%0
%58
%91
%33

Triadic Colors of #ab480f

#ab480f #0fab48 #480fab

Analogous Colors of #ab480f

#ab480f #ab960f #ab0f24

Monochromatic Colors of #ab480f

#ab480f

Complementary Color

#ab480f #0f72ab

#ab480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab480f Color CSS Codes

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

#ab480f Text Font Color

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

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


#ab480f Background Color

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

This div background color is #ab480f


#ab480f Border Color

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

This div border color is #ab480f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab480f


Comments

No comments written yet.

Please login to write comment.