Color Hex Logo

#ace088 Color Hex

#ACE088
(172,224,136)
0 Favorites   0 Comments

Color spaces of #ace088

RGB 172224136
HSL0.270.590.71
HSV95°39°88°
CMYK 0.230.000.39   0.12
XYZ48.112863.859533.0829
Yxy63.85950.33170.4402
Hunter Lab79.9121-32.376531.3930
CIE-Lab83.8926-32.087537.7733

#ace088 color RGB value is (172,224,136).

#ace088 hex color red value is 172, green value is 224 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ace088 hue: 0.27 , saturation: 0.59 and the lightness value of ace088 is 0.71.

The process color (four color CMYK) of #ace088 color hex is 0.23, 0.00, 0.39, 0.12. Web safe color of #ace088 is #99cc99. Color #ace088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 10001000
Octal 254 340 210
Decimal 172 224 136
Hex AC E0 88

RGB Percentages of Color #ace088

%32.33
%42.11
%25.56

CMYK Percentages of Color #ace088

%23
%0
%39
%12

Triadic Colors of #ace088

#ace088 #88ace0 #e088ac

Analogous Colors of #ace088

#ace088 #88e090 #d8e088

Monochromatic Colors of #ace088

#ace088

Complementary Color

#ace088 #bc88e0

#ace088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace088 Color CSS Codes

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

#ace088 Text Font Color

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

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


#ace088 Background Color

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

This div background color is #ace088


#ace088 Border Color

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

This div border color is #ace088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace088


Comments

No comments written yet.

Please login to write comment.