Color Hex Logo

#aba97e Color Hex

#ABA97E
(171,169,126)
0 Favorites   0 Comments

Color spaces of #aba97e

RGB 171169126
HSL0.160.210.58
HSV57°26°67°
CMYK 0.000.010.26   0.33
XYZ34.748438.540225.3462
Yxy38.54020.35230.3907
Hunter Lab62.0808-8.729719.2497
CIE-Lab68.4169-6.344422.5154

#aba97e color RGB value is (171,169,126).

#aba97e hex color red value is 171, green value is 169 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aba97e hue: 0.16 , saturation: 0.21 and the lightness value of aba97e is 0.58.

The process color (four color CMYK) of #aba97e color hex is 0.00, 0.01, 0.26, 0.33. Web safe color of #aba97e is #999966. Color #aba97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01111110
Octal 253 251 176
Decimal 171 169 126
Hex AB A9 7E

RGB Percentages of Color #aba97e

%36.70
%36.27
%27.04

CMYK Percentages of Color #aba97e

%0
%1
%26
%33

Triadic Colors of #aba97e

#aba97e #7eaba9 #a97eab

Analogous Colors of #aba97e

#aba97e #97ab7e #ab937e

Monochromatic Colors of #aba97e

#aba97e

Complementary Color

#aba97e #7e80ab

#aba97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba97e Color CSS Codes

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

#aba97e Text Font Color

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

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


#aba97e Background Color

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

This div background color is #aba97e


#aba97e Border Color

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

This div border color is #aba97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba97e


Comments

No comments written yet.

Please login to write comment.