Color Hex Logo

#aca953 Color Hex

#ACA953
(172,169,83)
0 Favorites   0 Comments

Color spaces of #aca953

RGB 17216983
HSL0.160.350.50
HSV58°52°67°
CMYK 0.000.020.52   0.33
XYZ32.762637.771113.7474
Yxy37.77110.38870.4482
Hunter Lab61.4582-12.395729.7583
CIE-Lab67.8516-10.852344.2372

#aca953 color RGB value is (172,169,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01010011
Octal 254 251 123
Decimal 172 169 83
Hex AC A9 53

RGB Percentages of Color #aca953

%40.57
%39.86
%19.58

CMYK Percentages of Color #aca953

%0
%2
%52
%33

Triadic Colors of #aca953

#aca953 #53aca9 #a953ac

Analogous Colors of #aca953

#aca953 #83ac53 #ac7d53

Monochromatic Colors of #aca953

#aca953

Complementary Color

#aca953 #5356ac

#aca953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca953 Color CSS Codes

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

#aca953 Text Font Color

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

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


#aca953 Background Color

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

This div background color is #aca953


#aca953 Border Color

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

This div border color is #aca953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca953


Comments

No comments written yet.

Please login to write comment.