Color Hex Logo

#ace493 Color Hex

#ACE493
(172,228,147)
0 Favorites   0 Comments

Color spaces of #ace493

RGB 172228147
HSL0.280.600.74
HSV101°36°89°
CMYK 0.250.000.36   0.11
XYZ50.023166.364037.7768
Yxy66.36400.32450.4305
Hunter Lab81.4641-32.954129.5307
CIE-Lab85.1817-32.438833.9161

#ace493 color RGB value is (172,228,147).

#ace493 hex color red value is 172, green value is 228 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ace493 hue: 0.28 , saturation: 0.60 and the lightness value of ace493 is 0.74.

The process color (four color CMYK) of #ace493 color hex is 0.25, 0.00, 0.36, 0.11. Web safe color of #ace493 is #99cc99. Color #ace493 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 10010011
Octal 254 344 223
Decimal 172 228 147
Hex AC E4 93

RGB Percentages of Color #ace493

%31.44
%41.68
%26.87

CMYK Percentages of Color #ace493

%25
%0
%36
%11

Triadic Colors of #ace493

#ace493 #93ace4 #e493ac

Analogous Colors of #ace493

#ace493 #93e4a3 #d5e493

Monochromatic Colors of #ace493

#ace493

Complementary Color

#ace493 #cb93e4

#ace493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace493 Color CSS Codes

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

#ace493 Text Font Color

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

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


#ace493 Background Color

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

This div background color is #ace493


#ace493 Border Color

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

This div border color is #ace493


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,228,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 #ace493">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace493


Comments

No comments written yet.

Please login to write comment.