Color Hex Logo

#aca488 Color Hex

#ACA488
(172,164,136)
0 Favorites   0 Comments

Color spaces of #aca488

RGB 172164136
HSL0.130.180.60
HSV47°21°67°
CMYK 0.000.050.21   0.33
XYZ34.732737.099128.6228
Yxy37.09910.34580.3693
Hunter Lab60.9090-4.803214.7743
CIE-Lab67.3513-1.805315.5900

#aca488 color RGB value is (172,164,136).

#aca488 hex color red value is 172, green value is 164 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aca488 hue: 0.13 , saturation: 0.18 and the lightness value of aca488 is 0.60.

The process color (four color CMYK) of #aca488 color hex is 0.00, 0.05, 0.21, 0.33. Web safe color of #aca488 is #999999. Color #aca488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10001000
Octal 254 244 210
Decimal 172 164 136
Hex AC A4 88

RGB Percentages of Color #aca488

%36.44
%34.75
%28.81

CMYK Percentages of Color #aca488

%0
%5
%21
%33

Triadic Colors of #aca488

#aca488 #88aca4 #a488ac

Analogous Colors of #aca488

#aca488 #a2ac88 #ac9288

Monochromatic Colors of #aca488

#aca488

Complementary Color

#aca488 #8890ac

#aca488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca488 Color CSS Codes

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

#aca488 Text Font Color

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

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


#aca488 Background Color

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

This div background color is #aca488


#aca488 Border Color

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

This div border color is #aca488


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,164,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca488


Comments

No comments written yet.

Please login to write comment.