Color Hex Logo

#aba884 Color Hex

#ABA884
(171,168,132)
0 Favorites   0 Comments

Color spaces of #aba884

RGB 171168132
HSL0.150.190.59
HSV55°23°67°
CMYK 0.000.020.23   0.33
XYZ34.962138.329127.3854
Yxy38.32910.34730.3807
Hunter Lab61.9105-7.540817.1111
CIE-Lab68.2625-4.947419.0345

#aba884 color RGB value is (171,168,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10000100
Octal 253 250 204
Decimal 171 168 132
Hex AB A8 84

RGB Percentages of Color #aba884

%36.31
%35.67
%28.03

CMYK Percentages of Color #aba884

%0
%2
%23
%33

Triadic Colors of #aba884

#aba884 #84aba8 #a884ab

Analogous Colors of #aba884

#aba884 #9bab84 #ab9584

Monochromatic Colors of #aba884

#aba884

Complementary Color

#aba884 #8487ab

#aba884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba884 Color CSS Codes

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

#aba884 Text Font Color

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

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


#aba884 Background Color

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

This div background color is #aba884


#aba884 Border Color

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

This div border color is #aba884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba884


Comments

No comments written yet.

Please login to write comment.