Color Hex Logo

#acae7a Color Hex

#ACAE7A
(172,174,122)
0 Favorites   0 Comments

Color spaces of #acae7a

RGB 172174122
HSL0.170.240.58
HSV62°30°68°
CMYK 0.010.000.30   0.32
XYZ35.662240.447924.3400
Yxy40.44790.35500.4027
Hunter Lab63.5987-11.205921.8280
CIE-Lab69.7874-9.144726.5284

#acae7a color RGB value is (172,174,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 01111010
Octal 254 256 172
Decimal 172 174 122
Hex AC AE 7A

RGB Percentages of Color #acae7a

%36.75
%37.18
%26.07

CMYK Percentages of Color #acae7a

%1
%0
%30
%32

Triadic Colors of #acae7a

#acae7a #7aacae #ae7aac

Analogous Colors of #acae7a

#acae7a #92ae7a #ae967a

Monochromatic Colors of #acae7a

#acae7a

Complementary Color

#acae7a #7c7aae

#acae7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae7a Color CSS Codes

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

#acae7a Text Font Color

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

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


#acae7a Background Color

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

This div background color is #acae7a


#acae7a Border Color

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

This div border color is #acae7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae7a


Comments

No comments written yet.

Please login to write comment.