Color Hex Logo

#ab711f Color Hex

#AB711F
(171,113,31)
0 Favorites   0 Comments

Color spaces of #ab711f

RGB 17111331
HSL0.100.690.40
HSV35°82°67°
CMYK 0.000.340.82   0.33
XYZ22.947020.56714.0567
Yxy20.56710.48240.4323
Hunter Lab45.351010.954526.4421
CIE-Lab52.472416.198551.2573

#ab711f color RGB value is (171,113,31).

#ab711f hex color red value is 171, green value is 113 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ab711f hue: 0.10 , saturation: 0.69 and the lightness value of ab711f is 0.40.

The process color (four color CMYK) of #ab711f color hex is 0.00, 0.34, 0.82, 0.33. Web safe color of #ab711f is #996633. Color #ab711f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 00011111
Octal 253 161 37
Decimal 171 113 31
Hex AB 71 1F

RGB Percentages of Color #ab711f

%54.29
%35.87
%9.84

CMYK Percentages of Color #ab711f

%0
%34
%82
%33

Triadic Colors of #ab711f

#ab711f #1fab71 #711fab

Analogous Colors of #ab711f

#ab711f #9fab1f #ab2b1f

Monochromatic Colors of #ab711f

#ab711f

Complementary Color

#ab711f #1f59ab

#ab711f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab711f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab711f Color CSS Codes

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

#ab711f Text Font Color

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

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


#ab711f Background Color

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

This div background color is #ab711f


#ab711f Border Color

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

This div border color is #ab711f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab711f


Comments

No comments written yet.

Please login to write comment.