Color Hex Logo

#aca494 Color Hex

#ACA494
(172,164,148)
0 Favorites   0 Comments

Color spaces of #aca494

RGB 172164148
HSL0.110.130.63
HSV40°14°67°
CMYK 0.000.050.14   0.33
XYZ35.634037.459733.3693
Yxy37.45970.33470.3519
Hunter Lab61.2043-3.182410.5174
CIE-Lab67.62050.10019.3311

#aca494 color RGB value is (172,164,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10010100
Octal 254 244 224
Decimal 172 164 148
Hex AC A4 94

RGB Percentages of Color #aca494

%35.54
%33.88
%30.58

CMYK Percentages of Color #aca494

%0
%5
%14
%33

Triadic Colors of #aca494

#aca494 #94aca4 #a494ac

Analogous Colors of #aca494

#aca494 #a8ac94 #ac9894

Monochromatic Colors of #aca494

#aca494

Complementary Color

#aca494 #949cac

#aca494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca494 Color CSS Codes

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

#aca494 Text Font Color

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

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


#aca494 Background Color

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

This div background color is #aca494


#aca494 Border Color

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

This div border color is #aca494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca494


Comments

No comments written yet.

Please login to write comment.