Color Hex Logo

#aca752 Color Hex

#ACA752
(172,167,82)
0 Favorites   0 Comments

Color spaces of #aca752

RGB 17216782
HSL0.160.350.50
HSV57°52°67°
CMYK 0.000.030.52   0.33
XYZ32.355037.017313.4224
Yxy37.01730.39080.4471
Hunter Lab60.8418-11.549029.5092
CIE-Lab67.2900-9.891744.0660

#aca752 color RGB value is (172,167,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01010010
Octal 254 247 122
Decimal 172 167 82
Hex AC A7 52

RGB Percentages of Color #aca752

%40.86
%39.67
%19.48

CMYK Percentages of Color #aca752

%0
%3
%52
%33

Triadic Colors of #aca752

#aca752 #52aca7 #a752ac

Analogous Colors of #aca752

#aca752 #84ac52 #ac7a52

Monochromatic Colors of #aca752

#aca752

Complementary Color

#aca752 #5257ac

#aca752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca752 Color CSS Codes

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

#aca752 Text Font Color

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

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


#aca752 Background Color

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

This div background color is #aca752


#aca752 Border Color

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

This div border color is #aca752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca752


Comments

No comments written yet.

Please login to write comment.