Color Hex Logo

#aba490 Color Hex

#ABA490
(171,164,144)
0 Favorites   0 Comments

Color spaces of #aba490

RGB 171164144
HSL0.120.140.62
HSV44°16°67°
CMYK 0.000.040.16   0.33
XYZ35.104137.222531.7200
Yxy37.22250.33740.3577
Hunter Lab61.0102-4.062511.8815
CIE-Lab67.4436-0.933511.2854

#aba490 color RGB value is (171,164,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 10010000
Octal 253 244 220
Decimal 171 164 144
Hex AB A4 90

RGB Percentages of Color #aba490

%35.70
%34.24
%30.06

CMYK Percentages of Color #aba490

%0
%4
%16
%33

Triadic Colors of #aba490

#aba490 #90aba4 #a490ab

Analogous Colors of #aba490

#aba490 #a5ab90 #ab9790

Monochromatic Colors of #aba490

#aba490

Complementary Color

#aba490 #9097ab

#aba490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba490 Color CSS Codes

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

#aba490 Text Font Color

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

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


#aba490 Background Color

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

This div background color is #aba490


#aba490 Border Color

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

This div border color is #aba490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba490


Comments

No comments written yet.

Please login to write comment.