Color Hex Logo

#aba85f Color Hex

#ABA85F
(171,168,95)
0 Favorites   0 Comments

Color spaces of #aba85f

RGB 17116895
HSL0.160.310.52
HSV58°44°67°
CMYK 0.000.020.44   0.33
XYZ32.862837.489416.3306
Yxy37.48940.37910.4325
Hunter Lab61.2286-11.344927.0465
CIE-Lab67.6426-9.594537.9495

#aba85f color RGB value is (171,168,95).

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

The process color (four color CMYK) of #aba85f color hex is 0.00, 0.02, 0.44, 0.33. Web safe color of #aba85f is #999966. Color #aba85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01011111
Octal 253 250 137
Decimal 171 168 95
Hex AB A8 5F

RGB Percentages of Color #aba85f

%39.40
%38.71
%21.89

CMYK Percentages of Color #aba85f

%0
%2
%44
%33

Triadic Colors of #aba85f

#aba85f #5faba8 #a85fab

Analogous Colors of #aba85f

#aba85f #88ab5f #ab825f

Monochromatic Colors of #aba85f

#aba85f

Complementary Color

#aba85f #5f62ab

#aba85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba85f Color CSS Codes

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

#aba85f Text Font Color

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

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


#aba85f Background Color

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

This div background color is #aba85f


#aba85f Border Color

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

This div border color is #aba85f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,168,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 #aba85f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba85f


Comments

No comments written yet.

Please login to write comment.