color codes Logo

#aba95f color codes

#ABA95F
(171,169,95)
0 Favorites   0 Comments

Color spaces of #aba95f

RGB 17116995
HSL0.160.310.52
HSV58°44°67°
CMYK 0.000.010.44   0.33
XYZ33.048137.860116.3924
Yxy37.86010.37860.4337
Hunter Lab61.5306-11.806027.2759
CIE-Lab67.9174-10.120538.2894

#aba95f color RGB value is (171,169,95).

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

The process color (four color CMYK) of #aba95f color code is 0.00, 0.01, 0.44, 0.33. Web safe color of #aba95f is #999966. Color #aba95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01011111
Octal 253 251 137
Decimal 171 169 95
Hex AB A9 5F

RGB Percentages of Color #aba95f

%39.31
%38.85
%21.84

CMYK Percentages of Color #aba95f

%0
%1
%44
%33

Triadic Colors of #aba95f

#aba95f #5faba9 #a95fab

Analogous Colors of #aba95f

#aba95f #87ab5f #ab835f

Monochromatic Colors of #aba95f

#aba95f

Complementary Color

#aba95f #5f61ab

#aba95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba95f Color CSS Codes

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

#aba95f Text Font Color

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

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


#aba95f Background Color

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

This div background color is #aba95f


#aba95f Border Color

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

This div border color is #aba95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba95f


Comments

No comments written yet.

Please login to write comment.