Color Hex Logo

#aba58b Color Hex

#ABA58B
(171,165,139)
0 Favorites   0 Comments

Color spaces of #aba58b

RGB 171165139
HSL0.140.160.61
HSV49°19°67°
CMYK 0.000.040.19   0.33
XYZ34.909937.432329.8113
Yxy37.43230.34170.3664
Hunter Lab61.1819-5.217813.9379
CIE-Lab67.6001-2.270814.2697

#aba58b color RGB value is (171,165,139).

#aba58b hex color red value is 171, green value is 165 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aba58b hue: 0.14 , saturation: 0.16 and the lightness value of aba58b is 0.61.

The process color (four color CMYK) of #aba58b color hex is 0.00, 0.04, 0.19, 0.33. Web safe color of #aba58b is #999999. Color #aba58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 10001011
Octal 253 245 213
Decimal 171 165 139
Hex AB A5 8B

RGB Percentages of Color #aba58b

%36.00
%34.74
%29.26

CMYK Percentages of Color #aba58b

%0
%4
%19
%33

Triadic Colors of #aba58b

#aba58b #8baba5 #a58bab

Analogous Colors of #aba58b

#aba58b #a1ab8b #ab958b

Monochromatic Colors of #aba58b

#aba58b

Complementary Color

#aba58b #8b91ab

#aba58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba58b Color CSS Codes

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

#aba58b Text Font Color

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

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


#aba58b Background Color

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

This div background color is #aba58b


#aba58b Border Color

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

This div border color is #aba58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba58b


Comments

No comments written yet.

Please login to write comment.