Color Hex Logo

#aba99f Color Hex

#ABA99F
(171,169,159)
0 Favorites   0 Comments

Color spaces of #aba99f

RGB 171169159
HSL0.140.070.65
HSV50°67°
CMYK 0.000.010.07   0.33
XYZ37.240639.537138.4695
Yxy39.53710.32310.3431
Hunter Lab62.8785-4.31867.7410
CIE-Lab69.1386-1.10435.4017

#aba99f color RGB value is (171,169,159).

#aba99f hex color red value is 171, green value is 169 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aba99f hue: 0.14 , saturation: 0.07 and the lightness value of aba99f is 0.65.

The process color (four color CMYK) of #aba99f color hex is 0.00, 0.01, 0.07, 0.33. Web safe color of #aba99f is #999999. Color #aba99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10011111
Octal 253 251 237
Decimal 171 169 159
Hex AB A9 9F

RGB Percentages of Color #aba99f

%34.27
%33.87
%31.86

CMYK Percentages of Color #aba99f

%0
%1
%7
%33

Triadic Colors of #aba99f

#aba99f #9faba9 #a99fab

Analogous Colors of #aba99f

#aba99f #a7ab9f #aba39f

Monochromatic Colors of #aba99f

#aba99f

Complementary Color

#aba99f #9fa1ab

#aba99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba99f Color CSS Codes

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

#aba99f Text Font Color

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

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


#aba99f Background Color

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

This div background color is #aba99f


#aba99f Border Color

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

This div border color is #aba99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba99f


Comments

No comments written yet.

Please login to write comment.