Color Hex Logo

#aba95c Color Hex

#ABA95C
(171,169,92)
0 Favorites   0 Comments

Color spaces of #aba95c

RGB 17116992
HSL0.160.320.52
HSV58°46°67°
CMYK 0.000.010.46   0.33
XYZ32.914337.806615.6878
Yxy37.80660.38090.4375
Hunter Lab61.4871-12.050527.9137
CIE-Lab67.8778-10.425239.7680

#aba95c color RGB value is (171,169,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01011100
Octal 253 251 134
Decimal 171 169 92
Hex AB A9 5C

RGB Percentages of Color #aba95c

%39.58
%39.12
%21.30

CMYK Percentages of Color #aba95c

%0
%1
%46
%33

Triadic Colors of #aba95c

#aba95c #5caba9 #a95cab

Analogous Colors of #aba95c

#aba95c #86ab5c #ab825c

Monochromatic Colors of #aba95c

#aba95c

Complementary Color

#aba95c #5c5eab

#aba95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba95c Color CSS Codes

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

#aba95c Text Font Color

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

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


#aba95c Background Color

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

This div background color is #aba95c


#aba95c Border Color

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

This div border color is #aba95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba95c


Comments

No comments written yet.

Please login to write comment.