Color Hex Logo

#aba180 Color Hex

#ABA180
(171,161,128)
0 Favorites   0 Comments

Color spaces of #aba180

RGB 171161128
HSL0.130.200.59
HSV46°25°67°
CMYK 0.000.060.25   0.33
XYZ33.435735.706225.5518
Yxy35.70620.35310.3771
Hunter Lab59.7547-4.691116.4752
CIE-Lab66.2948-1.757618.5249

#aba180 color RGB value is (171,161,128).

#aba180 hex color red value is 171, green value is 161 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aba180 hue: 0.13 , saturation: 0.20 and the lightness value of aba180 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10000000
Octal 253 241 200
Decimal 171 161 128
Hex AB A1 80

RGB Percentages of Color #aba180

%37.17
%35.00
%27.83

CMYK Percentages of Color #aba180

%0
%6
%25
%33

Triadic Colors of #aba180

#aba180 #80aba1 #a180ab

Analogous Colors of #aba180

#aba180 #a0ab80 #ab8c80

Monochromatic Colors of #aba180

#aba180

Complementary Color

#aba180 #808aab

#aba180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba180 Color CSS Codes

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

#aba180 Text Font Color

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

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


#aba180 Background Color

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

This div background color is #aba180


#aba180 Border Color

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

This div border color is #aba180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba180


Comments

No comments written yet.

Please login to write comment.