Color Hex Logo

#ace57e Color Hex

#ACE57E
(172,229,126)
0 Favorites   0 Comments

Color spaces of #ace57e

RGB 172229126
HSL0.260.660.70
HSV93°45°90°
CMYK 0.250.000.45   0.10
XYZ48.798566.315629.9669
Yxy66.31560.33640.4571
Hunter Lab81.4344-35.546435.1860
CIE-Lab85.1571-35.654244.3149

#ace57e color RGB value is (172,229,126).

#ace57e hex color red value is 172, green value is 229 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ace57e hue: 0.26 , saturation: 0.66 and the lightness value of ace57e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100101 01111110
Octal 254 345 176
Decimal 172 229 126
Hex AC E5 7E

RGB Percentages of Color #ace57e

%32.64
%43.45
%23.91

CMYK Percentages of Color #ace57e

%25
%0
%45
%10

Triadic Colors of #ace57e

#ace57e #7eace5 #e57eac

Analogous Colors of #ace57e

#ace57e #7ee584 #e0e57e

Monochromatic Colors of #ace57e

#ace57e

Complementary Color

#ace57e #b77ee5

#ace57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace57e Color CSS Codes

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

#ace57e Text Font Color

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

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


#ace57e Background Color

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

This div background color is #ace57e


#ace57e Border Color

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

This div border color is #ace57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace57e


Comments

No comments written yet.

Please login to write comment.