Color Hex Logo

#acae70 Color Hex

#ACAE70
(172,174,112)
0 Favorites   0 Comments

Color spaces of #acae70

RGB 172174112
HSL0.170.280.56
HSV62°36°68°
CMYK 0.010.000.36   0.32
XYZ35.073940.212621.2425
Yxy40.21260.36340.4166
Hunter Lab63.4134-12.245324.5282
CIE-Lab69.6207-10.420331.6253

#acae70 color RGB value is (172,174,112).

#acae70 hex color red value is 172, green value is 174 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #acae70 hue: 0.17 , saturation: 0.28 and the lightness value of acae70 is 0.56.

The process color (four color CMYK) of #acae70 color hex is 0.01, 0.00, 0.36, 0.32. Web safe color of #acae70 is #999966. Color #acae70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 01110000
Octal 254 256 160
Decimal 172 174 112
Hex AC AE 70

RGB Percentages of Color #acae70

%37.55
%37.99
%24.45

CMYK Percentages of Color #acae70

%1
%0
%36
%32

Triadic Colors of #acae70

#acae70 #70acae #ae70ac

Analogous Colors of #acae70

#acae70 #8dae70 #ae9170

Monochromatic Colors of #acae70

#acae70

Complementary Color

#acae70 #7270ae

#acae70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae70 Color CSS Codes

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

#acae70 Text Font Color

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

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


#acae70 Background Color

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

This div background color is #acae70


#acae70 Border Color

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

This div border color is #acae70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae70


Comments

No comments written yet.

Please login to write comment.