Color Hex Logo

#aba95d Color Hex

#ABA95D
(171,169,93)
0 Favorites   0 Comments

Color spaces of #aba95d

RGB 17116993
HSL0.160.320.52
HSV58°46°67°
CMYK 0.000.010.46   0.33
XYZ32.958337.824215.9196
Yxy37.82420.38010.4363
Hunter Lab61.5014-11.970127.7038
CIE-Lab67.8908-10.324939.2766

#aba95d color RGB value is (171,169,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01011101
Octal 253 251 135
Decimal 171 169 93
Hex AB A9 5D

RGB Percentages of Color #aba95d

%39.49
%39.03
%21.48

CMYK Percentages of Color #aba95d

%0
%1
%46
%33

Triadic Colors of #aba95d

#aba95d #5daba9 #a95dab

Analogous Colors of #aba95d

#aba95d #86ab5d #ab825d

Monochromatic Colors of #aba95d

#aba95d

Complementary Color

#aba95d #5d5fab

#aba95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba95d Color CSS Codes

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

#aba95d Text Font Color

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

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


#aba95d Background Color

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

This div background color is #aba95d


#aba95d Border Color

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

This div border color is #aba95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba95d


Comments

No comments written yet.

Please login to write comment.