Color Hex Logo

#abaa80 Color Hex

#ABAA80
(171,170,128)
0 Favorites   0 Comments

Color spaces of #abaa80

RGB 171170128
HSL0.160.200.59
HSV59°25°67°
CMYK 0.000.010.25   0.33
XYZ35.065638.965926.0951
Yxy38.96590.35020.3892
Hunter Lab62.4227-8.968318.9103
CIE-Lab68.7266-6.594621.8494

#abaa80 color RGB value is (171,170,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10000000
Octal 253 252 200
Decimal 171 170 128
Hex AB AA 80

RGB Percentages of Color #abaa80

%36.46
%36.25
%27.29

CMYK Percentages of Color #abaa80

%0
%1
%25
%33

Triadic Colors of #abaa80

#abaa80 #80abaa #aa80ab

Analogous Colors of #abaa80

#abaa80 #97ab80 #ab9580

Monochromatic Colors of #abaa80

#abaa80

Complementary Color

#abaa80 #8081ab

#abaa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa80 Color CSS Codes

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

#abaa80 Text Font Color

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

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


#abaa80 Background Color

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

This div background color is #abaa80


#abaa80 Border Color

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

This div border color is #abaa80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa80


Comments

No comments written yet.

Please login to write comment.