Color Hex Logo

#ace25e Color Hex

#ACE25E
(172,226,94)
0 Favorites   0 Comments

Color spaces of #ace25e

RGB 17222694
HSL0.230.690.63
HSV85°58°89°
CMYK 0.240.000.58   0.11
XYZ46.230063.971520.5008
Yxy63.97150.35370.4894
Hunter Lab79.9822-36.795240.7905
CIE-Lab83.9509-37.606457.6987

#ace25e color RGB value is (172,226,94).

#ace25e hex color red value is 172, green value is 226 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ace25e hue: 0.23 , saturation: 0.69 and the lightness value of ace25e is 0.63.

The process color (four color CMYK) of #ace25e color hex is 0.24, 0.00, 0.58, 0.11. Web safe color of #ace25e is #99cc66. Color #ace25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 01011110
Octal 254 342 136
Decimal 172 226 94
Hex AC E2 5E

RGB Percentages of Color #ace25e

%34.96
%45.93
%19.11

CMYK Percentages of Color #ace25e

%24
%0
%58
%11

Triadic Colors of #ace25e

#ace25e #5eace2 #e25eac

Analogous Colors of #ace25e

#ace25e #6ae25e #e2d65e

Monochromatic Colors of #ace25e

#ace25e

Complementary Color

#ace25e #945ee2

#ace25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace25e Color CSS Codes

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

#ace25e Text Font Color

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

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


#ace25e Background Color

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

This div background color is #ace25e


#ace25e Border Color

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

This div border color is #ace25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace25e


Comments

No comments written yet.

Please login to write comment.