Color Hex Logo

#aca15e Color Hex

#ACA15E
(172,161,94)
0 Favorites   0 Comments

Color spaces of #aca15e

RGB 17216194
HSL0.140.320.52
HSV52°45°67°
CMYK 0.000.060.45   0.33
XYZ31.778535.068515.6837
Yxy35.06850.38510.4249
Hunter Lab59.2187-7.844225.7505
CIE-Lab65.8020-5.563636.1981

#aca15e color RGB value is (172,161,94).

#aca15e hex color red value is 172, green value is 161 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aca15e hue: 0.14 , saturation: 0.32 and the lightness value of aca15e is 0.52.

The process color (four color CMYK) of #aca15e color hex is 0.00, 0.06, 0.45, 0.33. Web safe color of #aca15e is #999966. Color #aca15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01011110
Octal 254 241 136
Decimal 172 161 94
Hex AC A1 5E

RGB Percentages of Color #aca15e

%40.28
%37.70
%22.01

CMYK Percentages of Color #aca15e

%0
%6
%45
%33

Triadic Colors of #aca15e

#aca15e #5eaca1 #a15eac

Analogous Colors of #aca15e

#aca15e #90ac5e #ac7a5e

Monochromatic Colors of #aca15e

#aca15e

Complementary Color

#aca15e #5e69ac

#aca15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca15e Color CSS Codes

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

#aca15e Text Font Color

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

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


#aca15e Background Color

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

This div background color is #aca15e


#aca15e Border Color

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

This div border color is #aca15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca15e


Comments

No comments written yet.

Please login to write comment.