Color Hex Logo

#abaa9e Color Hex

#ABAA9E
(171,170,158)
0 Favorites   0 Comments

Color spaces of #abaa9e

RGB 171170158
HSL0.150.070.65
HSV55°67°
CMYK 0.000.010.08   0.33
XYZ37.340939.876038.0765
Yxy39.87600.32390.3459
Hunter Lab63.1474-4.95598.4527
CIE-Lab69.3811-1.82176.3030

#abaa9e color RGB value is (171,170,158).

#abaa9e hex color red value is 171, green value is 170 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abaa9e hue: 0.15 , saturation: 0.07 and the lightness value of abaa9e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10011110
Octal 253 252 236
Decimal 171 170 158
Hex AB AA 9E

RGB Percentages of Color #abaa9e

%34.27
%34.07
%31.66

CMYK Percentages of Color #abaa9e

%0
%1
%8
%33

Triadic Colors of #abaa9e

#abaa9e #9eabaa #aa9eab

Analogous Colors of #abaa9e

#abaa9e #a6ab9e #aba49e

Monochromatic Colors of #abaa9e

#abaa9e

Complementary Color

#abaa9e #9e9fab

#abaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa9e Color CSS Codes

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

#abaa9e Text Font Color

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

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


#abaa9e Background Color

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

This div background color is #abaa9e


#abaa9e Border Color

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

This div border color is #abaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa9e


Comments

No comments written yet.

Please login to write comment.