Color Hex Logo

#aca782 Color Hex

#ACA782
(172,167,130)
0 Favorites   0 Comments

Color spaces of #aca782

RGB 172167130
HSL0.150.200.59
HSV53°24°67°
CMYK 0.000.030.24   0.33
XYZ34.861238.019826.6203
Yxy38.01980.35040.3821
Hunter Lab61.6602-6.985717.5651
CIE-Lab68.0352-4.312819.8295

#aca782 color RGB value is (172,167,130).

#aca782 hex color red value is 172, green value is 167 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aca782 hue: 0.15 , saturation: 0.20 and the lightness value of aca782 is 0.59.

The process color (four color CMYK) of #aca782 color hex is 0.00, 0.03, 0.24, 0.33. Web safe color of #aca782 is #999999. Color #aca782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10000010
Octal 254 247 202
Decimal 172 167 130
Hex AC A7 82

RGB Percentages of Color #aca782

%36.67
%35.61
%27.72

CMYK Percentages of Color #aca782

%0
%3
%24
%33

Triadic Colors of #aca782

#aca782 #82aca7 #a782ac

Analogous Colors of #aca782

#aca782 #9cac82 #ac9282

Monochromatic Colors of #aca782

#aca782

Complementary Color

#aca782 #8287ac

#aca782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca782 Color CSS Codes

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

#aca782 Text Font Color

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

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


#aca782 Background Color

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

This div background color is #aca782


#aca782 Border Color

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

This div border color is #aca782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca782


Comments

No comments written yet.

Please login to write comment.