Color Hex Logo

#ace07d Color Hex

#ACE07D
(172,224,125)
0 Favorites   0 Comments

Color spaces of #ace07d

RGB 172224125
HSL0.250.610.68
HSV92°44°88°
CMYK 0.230.000.44   0.12
XYZ47.370663.562629.1742
Yxy63.56260.33810.4537
Hunter Lab79.7262-33.462134.1123
CIE-Lab83.7375-33.478943.0246

#ace07d color RGB value is (172,224,125).

#ace07d hex color red value is 172, green value is 224 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ace07d hue: 0.25 , saturation: 0.61 and the lightness value of ace07d is 0.68.

The process color (four color CMYK) of #ace07d color hex is 0.23, 0.00, 0.44, 0.12. Web safe color of #ace07d is #99cc66. Color #ace07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 01111101
Octal 254 340 175
Decimal 172 224 125
Hex AC E0 7D

RGB Percentages of Color #ace07d

%33.01
%42.99
%23.99

CMYK Percentages of Color #ace07d

%23
%0
%44
%12

Triadic Colors of #ace07d

#ace07d #7dace0 #e07dac

Analogous Colors of #ace07d

#ace07d #7de080 #dee07d

Monochromatic Colors of #ace07d

#ace07d

Complementary Color

#ace07d #b17de0

#ace07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace07d Color CSS Codes

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

#ace07d Text Font Color

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

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


#ace07d Background Color

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

This div background color is #ace07d


#ace07d Border Color

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

This div border color is #ace07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace07d


Comments

No comments written yet.

Please login to write comment.