Color Hex Logo

#acaa4e Color Hex

#ACAA4E
(172,170,78)
0 Favorites   0 Comments

Color spaces of #acaa4e

RGB 17217078
HSL0.160.380.49
HSV59°55°67°
CMYK 0.000.010.55   0.33
XYZ32.763138.070212.8292
Yxy38.07020.39160.4550
Hunter Lab61.7011-13.193830.8629
CIE-Lab68.0723-11.802046.9033

#acaa4e color RGB value is (172,170,78).

#acaa4e hex color red value is 172, green value is 170 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acaa4e hue: 0.16 , saturation: 0.38 and the lightness value of acaa4e is 0.49.

The process color (four color CMYK) of #acaa4e color hex is 0.00, 0.01, 0.55, 0.33. Web safe color of #acaa4e is #999966. Color #acaa4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 01001110
Octal 254 252 116
Decimal 172 170 78
Hex AC AA 4E

RGB Percentages of Color #acaa4e

%40.95
%40.48
%18.57

CMYK Percentages of Color #acaa4e

%0
%1
%55
%33

Triadic Colors of #acaa4e

#acaa4e #4eacaa #aa4eac

Analogous Colors of #acaa4e

#acaa4e #7fac4e #ac7b4e

Monochromatic Colors of #acaa4e

#acaa4e

Complementary Color

#acaa4e #4e50ac

#acaa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa4e Color CSS Codes

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

#acaa4e Text Font Color

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

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


#acaa4e Background Color

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

This div background color is #acaa4e


#acaa4e Border Color

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

This div border color is #acaa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa4e


Comments

No comments written yet.

Please login to write comment.