Color Hex Logo

#ab705f Color Hex

#AB705F
(171,112,95)
0 Favorites   0 Comments

Color spaces of #ab705f

RGB 17111295
HSL0.040.310.52
HSV13°44°67°
CMYK 0.000.350.44   0.33
XYZ24.654321.072513.5944
Yxy21.07250.41560.3552
Hunter Lab45.904815.534414.5750
CIE-Lab53.028821.338019.0542

#ab705f color RGB value is (171,112,95).

#ab705f hex color red value is 171, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ab705f hue: 0.04 , saturation: 0.31 and the lightness value of ab705f is 0.52.

The process color (four color CMYK) of #ab705f color hex is 0.00, 0.35, 0.44, 0.33. Web safe color of #ab705f is #996666. Color #ab705f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 01011111
Octal 253 160 137
Decimal 171 112 95
Hex AB 70 5F

RGB Percentages of Color #ab705f

%45.24
%29.63
%25.13

CMYK Percentages of Color #ab705f

%0
%35
%44
%33

Triadic Colors of #ab705f

#ab705f #5fab70 #705fab

Analogous Colors of #ab705f

#ab705f #ab965f #ab5f74

Monochromatic Colors of #ab705f

#ab705f

Complementary Color

#ab705f #5f9aab

#ab705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab705f Color CSS Codes

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

#ab705f Text Font Color

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

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


#ab705f Background Color

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

This div background color is #ab705f


#ab705f Border Color

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

This div border color is #ab705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab705f


Comments

No comments written yet.

Please login to write comment.