Color Hex Logo

#ace28f Color Hex

#ACE28F
(172,226,143)
0 Favorites   0 Comments

Color spaces of #ace28f

RGB 172226143
HSL0.280.590.72
HSV99°37°89°
CMYK 0.240.000.37   0.11
XYZ49.167565.146535.9697
Yxy65.14650.32720.4335
Hunter Lab80.7134-32.513130.0769
CIE-Lab84.5592-32.070135.1203

#ace28f color RGB value is (172,226,143).

#ace28f hex color red value is 172, green value is 226 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ace28f hue: 0.28 , saturation: 0.59 and the lightness value of ace28f is 0.72.

The process color (four color CMYK) of #ace28f color hex is 0.24, 0.00, 0.37, 0.11. Web safe color of #ace28f is #99cc99. Color #ace28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 10001111
Octal 254 342 217
Decimal 172 226 143
Hex AC E2 8F

RGB Percentages of Color #ace28f

%31.79
%41.77
%26.43

CMYK Percentages of Color #ace28f

%24
%0
%37
%11

Triadic Colors of #ace28f

#ace28f #8face2 #e28fac

Analogous Colors of #ace28f

#ace28f #8fe29c #d6e28f

Monochromatic Colors of #ace28f

#ace28f

Complementary Color

#ace28f #c58fe2

#ace28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace28f Color CSS Codes

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

#ace28f Text Font Color

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

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


#ace28f Background Color

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

This div background color is #ace28f


#ace28f Border Color

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

This div border color is #ace28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace28f


Comments

No comments written yet.

Please login to write comment.