Color Hex Logo

#aca35c Color Hex

#ACA35C
(172,163,92)
0 Favorites   0 Comments

Color spaces of #aca35c

RGB 17216392
HSL0.150.330.52
HSV53°47°67°
CMYK 0.000.050.47   0.33
XYZ32.042235.737715.3345
Yxy35.73770.38550.4300
Hunter Lab59.7810-8.942026.6382
CIE-Lab66.3190-6.835137.8735

#aca35c color RGB value is (172,163,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 01011100
Octal 254 243 134
Decimal 172 163 92
Hex AC A3 5C

RGB Percentages of Color #aca35c

%40.28
%38.17
%21.55

CMYK Percentages of Color #aca35c

%0
%5
%47
%33

Triadic Colors of #aca35c

#aca35c #5caca3 #a35cac

Analogous Colors of #aca35c

#aca35c #8dac5c #ac7b5c

Monochromatic Colors of #aca35c

#aca35c

Complementary Color

#aca35c #5c65ac

#aca35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca35c Color CSS Codes

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

#aca35c Text Font Color

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

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


#aca35c Background Color

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

This div background color is #aca35c


#aca35c Border Color

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

This div border color is #aca35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca35c


Comments

No comments written yet.

Please login to write comment.