Color Hex Logo

#aba58f Color Hex

#ABA58F
(171,165,143)
0 Favorites   0 Comments

Color spaces of #aba58f

RGB 171165143
HSL0.130.140.62
HSV47°16°67°
CMYK 0.000.040.16   0.33
XYZ35.207637.551431.3791
Yxy37.55140.33810.3606
Hunter Lab61.2792-4.682512.5349
CIE-Lab67.6887-1.637612.1845

#aba58f color RGB value is (171,165,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 10001111
Octal 253 245 217
Decimal 171 165 143
Hex AB A5 8F

RGB Percentages of Color #aba58f

%35.70
%34.45
%29.85

CMYK Percentages of Color #aba58f

%0
%4
%16
%33

Triadic Colors of #aba58f

#aba58f #8faba5 #a58fab

Analogous Colors of #aba58f

#aba58f #a3ab8f #ab978f

Monochromatic Colors of #aba58f

#aba58f

Complementary Color

#aba58f #8f95ab

#aba58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba58f Color CSS Codes

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

#aba58f Text Font Color

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

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


#aba58f Background Color

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

This div background color is #aba58f


#aba58f Border Color

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

This div border color is #aba58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba58f


Comments

No comments written yet.

Please login to write comment.