Color Hex Logo

#abaa87 Color Hex

#ABAA87
(171,170,135)
0 Favorites   0 Comments

Color spaces of #abaa87

RGB 171170135
HSL0.160.180.60
HSV58°21°67°
CMYK 0.000.010.21   0.33
XYZ35.542539.156628.6064
Yxy39.15660.34410.3790
Hunter Lab62.5752-8.119316.6981
CIE-Lab68.8646-5.571018.2235

#abaa87 color RGB value is (171,170,135).

#abaa87 hex color red value is 171, green value is 170 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #abaa87 hue: 0.16 , saturation: 0.18 and the lightness value of abaa87 is 0.60.

The process color (four color CMYK) of #abaa87 color hex is 0.00, 0.01, 0.21, 0.33. Web safe color of #abaa87 is #999999. Color #abaa87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10000111
Octal 253 252 207
Decimal 171 170 135
Hex AB AA 87

RGB Percentages of Color #abaa87

%35.92
%35.71
%28.36

CMYK Percentages of Color #abaa87

%0
%1
%21
%33

Triadic Colors of #abaa87

#abaa87 #87abaa #aa87ab

Analogous Colors of #abaa87

#abaa87 #9aab87 #ab9887

Monochromatic Colors of #abaa87

#abaa87

Complementary Color

#abaa87 #8788ab

#abaa87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa87 Color CSS Codes

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

#abaa87 Text Font Color

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

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


#abaa87 Background Color

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

This div background color is #abaa87


#abaa87 Border Color

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

This div border color is #abaa87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa87


Comments

No comments written yet.

Please login to write comment.