Color Hex Logo

#aca957 Color Hex

#ACA957
(172,169,87)
0 Favorites   0 Comments

Color spaces of #aca957

RGB 17216987
HSL0.160.340.51
HSV58°49°67°
CMYK 0.000.020.49   0.33
XYZ32.921537.834714.5845
Yxy37.83470.38580.4433
Hunter Lab61.5099-12.105128.9988
CIE-Lab67.8986-10.489242.3218

#aca957 color RGB value is (172,169,87).

#aca957 hex color red value is 172, green value is 169 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aca957 hue: 0.16 , saturation: 0.34 and the lightness value of aca957 is 0.51.

The process color (four color CMYK) of #aca957 color hex is 0.00, 0.02, 0.49, 0.33. Web safe color of #aca957 is #999966. Color #aca957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01010111
Octal 254 251 127
Decimal 172 169 87
Hex AC A9 57

RGB Percentages of Color #aca957

%40.19
%39.49
%20.33

CMYK Percentages of Color #aca957

%0
%2
%49
%33

Triadic Colors of #aca957

#aca957 #57aca9 #a957ac

Analogous Colors of #aca957

#aca957 #85ac57 #ac7f57

Monochromatic Colors of #aca957

#aca957

Complementary Color

#aca957 #575aac

#aca957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca957 Color CSS Codes

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

#aca957 Text Font Color

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

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


#aca957 Background Color

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

This div background color is #aca957


#aca957 Border Color

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

This div border color is #aca957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca957


Comments

No comments written yet.

Please login to write comment.