Color Hex Logo

#acae93 Color Hex

#ACAE93
(172,174,147)
0 Favorites   0 Comments

Color spaces of #acae93

RGB 172174147
HSL0.180.140.63
HSV64°16°68°
CMYK 0.010.000.16   0.32
XYZ37.415841.149333.5744
Yxy41.14930.33370.3669
Hunter Lab64.1477-8.143813.8715
CIE-Lab70.2804-5.453213.6415

#acae93 color RGB value is (172,174,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10010011
Octal 254 256 223
Decimal 172 174 147
Hex AC AE 93

RGB Percentages of Color #acae93

%34.89
%35.29
%29.82

CMYK Percentages of Color #acae93

%1
%0
%16
%32

Triadic Colors of #acae93

#acae93 #93acae #ae93ac

Analogous Colors of #acae93

#acae93 #9fae93 #aea393

Monochromatic Colors of #acae93

#acae93

Complementary Color

#acae93 #9593ae

#acae93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae93 Color CSS Codes

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

#acae93 Text Font Color

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

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


#acae93 Background Color

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

This div background color is #acae93


#acae93 Border Color

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

This div border color is #acae93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae93


Comments

No comments written yet.

Please login to write comment.