Color Hex Logo

#aba18b Color Hex

#ABA18B
(171,161,139)
0 Favorites   0 Comments

Color spaces of #aba18b

RGB 171161139
HSL0.110.160.61
HSV41°19°67°
CMYK 0.000.060.19   0.33
XYZ34.199736.011729.5745
Yxy36.01170.34270.3609
Hunter Lab60.0097-3.289512.7870
CIE-Lab66.5289-0.098212.7675

#aba18b color RGB value is (171,161,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10001011
Octal 253 241 213
Decimal 171 161 139
Hex AB A1 8B

RGB Percentages of Color #aba18b

%36.31
%34.18
%29.51

CMYK Percentages of Color #aba18b

%0
%6
%19
%33

Triadic Colors of #aba18b

#aba18b #8baba1 #a18bab

Analogous Colors of #aba18b

#aba18b #a5ab8b #ab918b

Monochromatic Colors of #aba18b

#aba18b

Complementary Color

#aba18b #8b95ab

#aba18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba18b Color CSS Codes

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

#aba18b Text Font Color

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

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


#aba18b Background Color

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

This div background color is #aba18b


#aba18b Border Color

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

This div border color is #aba18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba18b


Comments

No comments written yet.

Please login to write comment.