Color Hex Logo

#acae8a Color Hex

#ACAE8A
(172,174,138)
0 Favorites   0 Comments

Color spaces of #acae8a

RGB 172174138
HSL0.180.180.61
HSV63°21°68°
CMYK 0.010.000.21   0.32
XYZ36.736840.877729.9987
Yxy40.87770.34140.3799
Hunter Lab63.9357-9.323116.9360
CIE-Lab70.0902-6.863418.2913

#acae8a color RGB value is (172,174,138).

#acae8a hex color red value is 172, green value is 174 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #acae8a hue: 0.18 , saturation: 0.18 and the lightness value of acae8a is 0.61.

The process color (four color CMYK) of #acae8a color hex is 0.01, 0.00, 0.21, 0.32. Web safe color of #acae8a is #999999. Color #acae8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10001010
Octal 254 256 212
Decimal 172 174 138
Hex AC AE 8A

RGB Percentages of Color #acae8a

%35.54
%35.95
%28.51

CMYK Percentages of Color #acae8a

%1
%0
%21
%32

Triadic Colors of #acae8a

#acae8a #8aacae #ae8aac

Analogous Colors of #acae8a

#acae8a #9aae8a #ae9e8a

Monochromatic Colors of #acae8a

#acae8a

Complementary Color

#acae8a #8c8aae

#acae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae8a Color CSS Codes

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

#acae8a Text Font Color

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

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


#acae8a Background Color

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

This div background color is #acae8a


#acae8a Border Color

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

This div border color is #acae8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae8a


Comments

No comments written yet.

Please login to write comment.