Color Hex Logo

#aba95e Color Hex

#ABA95E
(171,169,94)
0 Favorites   0 Comments

Color spaces of #aba95e

RGB 17116994
HSL0.160.310.52
HSV58°45°67°
CMYK 0.000.010.45   0.33
XYZ33.002937.842016.1545
Yxy37.84200.37930.4350
Hunter Lab61.5159-11.888527.4911
CIE-Lab67.9040-10.223238.7836

#aba95e color RGB value is (171,169,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01011110
Octal 253 251 136
Decimal 171 169 94
Hex AB A9 5E

RGB Percentages of Color #aba95e

%39.40
%38.94
%21.66

CMYK Percentages of Color #aba95e

%0
%1
%45
%33

Triadic Colors of #aba95e

#aba95e #5eaba9 #a95eab

Analogous Colors of #aba95e

#aba95e #87ab5e #ab835e

Monochromatic Colors of #aba95e

#aba95e

Complementary Color

#aba95e #5e60ab

#aba95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba95e Color CSS Codes

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

#aba95e Text Font Color

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

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


#aba95e Background Color

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

This div background color is #aba95e


#aba95e Border Color

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

This div border color is #aba95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba95e


Comments

No comments written yet.

Please login to write comment.