Color Hex Logo

#aca356 Color Hex

#ACA356
(172,163,86)
0 Favorites   0 Comments

Color spaces of #aca356

RGB 17216386
HSL0.150.340.51
HSV54°50°67°
CMYK 0.000.050.50   0.33
XYZ31.790235.636914.0072
Yxy35.63690.39040.4376
Hunter Lab59.6966-9.412727.8759
CIE-Lab66.2416-7.415840.8332

#aca356 color RGB value is (172,163,86).

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

The process color (four color CMYK) of #aca356 color hex is 0.00, 0.05, 0.50, 0.33. Web safe color of #aca356 is #999966. Color #aca356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 01010110
Octal 254 243 126
Decimal 172 163 86
Hex AC A3 56

RGB Percentages of Color #aca356

%40.86
%38.72
%20.43

CMYK Percentages of Color #aca356

%0
%5
%50
%33

Triadic Colors of #aca356

#aca356 #56aca3 #a356ac

Analogous Colors of #aca356

#aca356 #8aac56 #ac7856

Monochromatic Colors of #aca356

#aca356

Complementary Color

#aca356 #565fac

#aca356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca356 Color CSS Codes

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

#aca356 Text Font Color

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

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


#aca356 Background Color

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

This div background color is #aca356


#aca356 Border Color

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

This div border color is #aca356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca356


Comments

No comments written yet.

Please login to write comment.