Color Hex Logo

#aba08b Color Hex

#ABA08B
(171,160,139)
0 Favorites   0 Comments

Color spaces of #aba08b

RGB 171160139
HSL0.110.160.61
HSV39°19°67°
CMYK 0.000.060.19   0.33
XYZ34.025635.663629.5165
Yxy35.66360.34300.3595
Hunter Lab59.7190-2.805812.4988
CIE-Lab66.26210.447212.3922

#aba08b color RGB value is (171,160,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 10001011
Octal 253 240 213
Decimal 171 160 139
Hex AB A0 8B

RGB Percentages of Color #aba08b

%36.38
%34.04
%29.57

CMYK Percentages of Color #aba08b

%0
%6
%19
%33

Triadic Colors of #aba08b

#aba08b #8baba0 #a08bab

Analogous Colors of #aba08b

#aba08b #a6ab8b #ab908b

Monochromatic Colors of #aba08b

#aba08b

Complementary Color

#aba08b #8b96ab

#aba08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba08b Color CSS Codes

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

#aba08b Text Font Color

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

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


#aba08b Background Color

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

This div background color is #aba08b


#aba08b Border Color

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

This div border color is #aba08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba08b


Comments

No comments written yet.

Please login to write comment.