Color Hex Logo

#aca894 Color Hex

#ACA894
(172,168,148)
0 Favorites   0 Comments

Color spaces of #aca894

RGB 172168148
HSL0.140.130.63
HSV50°14°67°
CMYK 0.000.020.14   0.33
XYZ36.361238.914033.6117
Yxy38.91400.33390.3574
Hunter Lab62.3811-5.121411.7206
CIE-Lab68.6889-2.069110.8475

#aca894 color RGB value is (172,168,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10010100
Octal 254 250 224
Decimal 172 168 148
Hex AC A8 94

RGB Percentages of Color #aca894

%35.25
%34.43
%30.33

CMYK Percentages of Color #aca894

%0
%2
%14
%33

Triadic Colors of #aca894

#aca894 #94aca8 #a894ac

Analogous Colors of #aca894

#aca894 #a4ac94 #ac9c94

Monochromatic Colors of #aca894

#aca894

Complementary Color

#aca894 #9498ac

#aca894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca894 Color CSS Codes

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

#aca894 Text Font Color

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

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


#aca894 Background Color

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

This div background color is #aca894


#aca894 Border Color

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

This div border color is #aca894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca894


Comments

No comments written yet.

Please login to write comment.