Color Hex Logo

#ab720f Color Hex

#AB720F
(171,114,15)
0 Favorites   0 Comments

Color spaces of #ab720f

RGB 17111415
HSL0.110.840.36
HSV38°91°67°
CMYK 0.000.330.91   0.33
XYZ22.898120.72703.2458
Yxy20.72700.48850.4422
Hunter Lab45.526910.105827.6418
CIE-Lab52.649415.214356.3479

#ab720f color RGB value is (171,114,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 00001111
Octal 253 162 17
Decimal 171 114 15
Hex AB 72 F

RGB Percentages of Color #ab720f

%57.00
%38.00
%5.00

CMYK Percentages of Color #ab720f

%0
%33
%91
%33

Triadic Colors of #ab720f

#ab720f #0fab72 #720fab

Analogous Colors of #ab720f

#ab720f #96ab0f #ab240f

Monochromatic Colors of #ab720f

#ab720f

Complementary Color

#ab720f #0f48ab

#ab720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab720f Color CSS Codes

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

#ab720f Text Font Color

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

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


#ab720f Background Color

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

This div background color is #ab720f


#ab720f Border Color

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

This div border color is #ab720f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab720f


Comments

No comments written yet.

Please login to write comment.