Color Hex Logo

#ace88d Color Hex

#ACE88D
(172,232,141)
0 Favorites   0 Comments

Color spaces of #ace88d

RGB 172232141
HSL0.280.660.73
HSV100°39°91°
CMYK 0.260.000.39   0.09
XYZ50.677668.407035.7322
Yxy68.40700.32730.4419
Hunter Lab82.7085-35.368532.2812
CIE-Lab86.2096-35.116038.2708

#ace88d color RGB value is (172,232,141).

#ace88d hex color red value is 172, green value is 232 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ace88d hue: 0.28 , saturation: 0.66 and the lightness value of ace88d is 0.73.

The process color (four color CMYK) of #ace88d color hex is 0.26, 0.00, 0.39, 0.09. Web safe color of #ace88d is #99ff99. Color #ace88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101000 10001101
Octal 254 350 215
Decimal 172 232 141
Hex AC E8 8D

RGB Percentages of Color #ace88d

%31.56
%42.57
%25.87

CMYK Percentages of Color #ace88d

%26
%0
%39
%9

Triadic Colors of #ace88d

#ace88d #8dace8 #e88dac

Analogous Colors of #ace88d

#ace88d #8de89c #dae88d

Monochromatic Colors of #ace88d

#ace88d

Complementary Color

#ace88d #c98de8

#ace88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace88d Color CSS Codes

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

#ace88d Text Font Color

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

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


#ace88d Background Color

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

This div background color is #ace88d


#ace88d Border Color

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

This div border color is #ace88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace88d


Comments

No comments written yet.

Please login to write comment.