Color Hex Logo

#ace19e Color Hex

#ACE19E
(172,225,158)
0 Favorites   0 Comments

Color spaces of #ace19e

RGB 172225158
HSL0.300.530.75
HSV107°30°88°
CMYK 0.240.000.30   0.12
XYZ50.110065.089742.2702
Yxy65.08970.31820.4133
Hunter Lab80.6782-30.318825.4106
CIE-Lab84.5299-29.395627.4277

#ace19e color RGB value is (172,225,158).

#ace19e hex color red value is 172, green value is 225 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ace19e hue: 0.30 , saturation: 0.53 and the lightness value of ace19e is 0.75.

The process color (four color CMYK) of #ace19e color hex is 0.24, 0.00, 0.30, 0.12. Web safe color of #ace19e is #99cc99. Color #ace19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 10011110
Octal 254 341 236
Decimal 172 225 158
Hex AC E1 9E

RGB Percentages of Color #ace19e

%30.99
%40.54
%28.47

CMYK Percentages of Color #ace19e

%24
%0
%30
%12

Triadic Colors of #ace19e

#ace19e #9eace1 #e19eac

Analogous Colors of #ace19e

#ace19e #9ee1b2 #cee19e

Monochromatic Colors of #ace19e

#ace19e

Complementary Color

#ace19e #d39ee1

#ace19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace19e Color CSS Codes

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

#ace19e Text Font Color

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

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


#ace19e Background Color

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

This div background color is #ace19e


#ace19e Border Color

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

This div border color is #ace19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace19e


Comments

No comments written yet.

Please login to write comment.