Color Hex Logo

#aba18a Color Hex

#ABA18A
(171,161,138)
0 Favorites   0 Comments

Color spaces of #aba18a

RGB 171161138
HSL0.120.160.61
HSV42°19°67°
CMYK 0.000.060.19   0.33
XYZ34.126935.982629.1914
Yxy35.98260.34370.3624
Hunter Lab59.9855-3.422513.1369
CIE-Lab66.5066-0.254913.2909

#aba18a color RGB value is (171,161,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10001010
Octal 253 241 212
Decimal 171 161 138
Hex AB A1 8A

RGB Percentages of Color #aba18a

%36.38
%34.26
%29.36

CMYK Percentages of Color #aba18a

%0
%6
%19
%33

Triadic Colors of #aba18a

#aba18a #8aaba1 #a18aab

Analogous Colors of #aba18a

#aba18a #a5ab8a #ab918a

Monochromatic Colors of #aba18a

#aba18a

Complementary Color

#aba18a #8a94ab

#aba18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba18a Color CSS Codes

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

#aba18a Text Font Color

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

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


#aba18a Background Color

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

This div background color is #aba18a


#aba18a Border Color

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

This div border color is #aba18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba18a


Comments

No comments written yet.

Please login to write comment.