Color Hex Logo

#ace55e Color Hex

#ACE55E
(172,229,94)
0 Favorites   0 Comments

Color spaces of #ace55e

RGB 17222994
HSL0.240.720.63
HSV85°59°90°
CMYK 0.250.000.59   0.10
XYZ47.052965.617420.7752
Yxy65.61740.35260.4917
Hunter Lab81.0046-38.073241.4971
CIE-Lab84.8009-38.950658.6549

#ace55e color RGB value is (172,229,94).

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

The process color (four color CMYK) of #ace55e color hex is 0.25, 0.00, 0.59, 0.10. Web safe color of #ace55e is #99cc66. Color #ace55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100101 01011110
Octal 254 345 136
Decimal 172 229 94
Hex AC E5 5E

RGB Percentages of Color #ace55e

%34.75
%46.26
%18.99

CMYK Percentages of Color #ace55e

%25
%0
%59
%10

Triadic Colors of #ace55e

#ace55e #5eace5 #e55eac

Analogous Colors of #ace55e

#ace55e #69e55e #e5db5e

Monochromatic Colors of #ace55e

#ace55e

Complementary Color

#ace55e #975ee5

#ace55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace55e Color CSS Codes

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

#ace55e Text Font Color

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

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


#ace55e Background Color

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

This div background color is #ace55e


#ace55e Border Color

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

This div border color is #ace55e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,229,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 #ace55e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace55e


Comments

No comments written yet.

Please login to write comment.