Color Hex Logo

#aba890 Color Hex

#ABA890
(171,168,144)
0 Favorites   0 Comments

Color spaces of #aba890

RGB 171168144
HSL0.150.140.62
HSV53°16°67°
CMYK 0.000.020.16   0.33
XYZ35.831338.676831.9624
Yxy38.67680.33650.3633
Hunter Lab62.1907-5.990513.0619
CIE-Lab68.5165-3.097812.7983

#aba890 color RGB value is (171,168,144).

#aba890 hex color red value is 171, green value is 168 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aba890 hue: 0.15 , saturation: 0.14 and the lightness value of aba890 is 0.62.

The process color (four color CMYK) of #aba890 color hex is 0.00, 0.02, 0.16, 0.33. Web safe color of #aba890 is #999999. Color #aba890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10010000
Octal 253 250 220
Decimal 171 168 144
Hex AB A8 90

RGB Percentages of Color #aba890

%35.40
%34.78
%29.81

CMYK Percentages of Color #aba890

%0
%2
%16
%33

Triadic Colors of #aba890

#aba890 #90aba8 #a890ab

Analogous Colors of #aba890

#aba890 #a1ab90 #ab9b90

Monochromatic Colors of #aba890

#aba890

Complementary Color

#aba890 #9093ab

#aba890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba890 Color CSS Codes

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

#aba890 Text Font Color

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

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


#aba890 Background Color

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

This div background color is #aba890


#aba890 Border Color

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

This div border color is #aba890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba890


Comments

No comments written yet.

Please login to write comment.