Color Hex Logo

#acab84 Color Hex

#ACAB84
(172,171,132)
0 Favorites   0 Comments

Color spaces of #acab84

RGB 172171132
HSL0.160.190.60
HSV59°23°67°
CMYK 0.000.010.23   0.33
XYZ35.741039.562427.5824
Yxy39.56240.34740.3845
Hunter Lab62.8986-8.643318.0291
CIE-Lab69.1567-6.161020.2743

#acab84 color RGB value is (172,171,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10000100
Octal 254 253 204
Decimal 172 171 132
Hex AC AB 84

RGB Percentages of Color #acab84

%36.21
%36.00
%27.79

CMYK Percentages of Color #acab84

%0
%1
%23
%33

Triadic Colors of #acab84

#acab84 #84acab #ab84ac

Analogous Colors of #acab84

#acab84 #99ac84 #ac9784

Monochromatic Colors of #acab84

#acab84

Complementary Color

#acab84 #8485ac

#acab84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab84 Color CSS Codes

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

#acab84 Text Font Color

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

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


#acab84 Background Color

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

This div background color is #acab84


#acab84 Border Color

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

This div border color is #acab84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab84


Comments

No comments written yet.

Please login to write comment.