Color Hex Logo

#aba08d Color Hex

#ABA08D
(171,160,141)
0 Favorites   0 Comments

Color spaces of #aba08d

RGB 171160141
HSL0.110.150.61
HSV38°18°67°
CMYK 0.000.060.18   0.33
XYZ34.173135.722630.2933
Yxy35.72260.34110.3566
Hunter Lab59.7684-2.535711.7870
CIE-Lab66.30740.764011.3447

#aba08d color RGB value is (171,160,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 10001101
Octal 253 240 215
Decimal 171 160 141
Hex AB A0 8D

RGB Percentages of Color #aba08d

%36.23
%33.90
%29.87

CMYK Percentages of Color #aba08d

%0
%6
%18
%33

Triadic Colors of #aba08d

#aba08d #8daba0 #a08dab

Analogous Colors of #aba08d

#aba08d #a7ab8d #ab918d

Monochromatic Colors of #aba08d

#aba08d

Complementary Color

#aba08d #8d98ab

#aba08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba08d Color CSS Codes

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

#aba08d Text Font Color

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

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


#aba08d Background Color

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

This div background color is #aba08d


#aba08d Border Color

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

This div border color is #aba08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba08d

#aba08d Color Palettes


Comments

No comments written yet.

Please login to write comment.