Color Hex Logo

#ace28e Color Hex

#ACE28E
(172,226,142)
0 Favorites   0 Comments

Color spaces of #ace28e

RGB 172226142
HSL0.270.590.72
HSV99°37°89°
CMYK 0.240.000.37   0.11
XYZ49.092165.116435.5725
Yxy65.11640.32780.4347
Hunter Lab80.6947-32.622130.3496
CIE-Lab84.5437-32.208635.6044

#ace28e color RGB value is (172,226,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 10001110
Octal 254 342 216
Decimal 172 226 142
Hex AC E2 8E

RGB Percentages of Color #ace28e

%31.85
%41.85
%26.30

CMYK Percentages of Color #ace28e

%24
%0
%37
%11

Triadic Colors of #ace28e

#ace28e #8eace2 #e28eac

Analogous Colors of #ace28e

#ace28e #8ee29a #d6e28e

Monochromatic Colors of #ace28e

#ace28e

Complementary Color

#ace28e #c48ee2

#ace28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace28e Color CSS Codes

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

#ace28e Text Font Color

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

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


#ace28e Background Color

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

This div background color is #ace28e


#ace28e Border Color

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

This div border color is #ace28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace28e


Comments

No comments written yet.

Please login to write comment.