Color Hex Logo

#ace06d Color Hex

#ACE06D
(172,224,109)
0 Favorites   0 Comments

Color spaces of #ace06d

RGB 172224109
HSL0.240.650.65
HSV87°51°88°
CMYK 0.230.000.51   0.12
XYZ46.429263.186124.2171
Yxy63.18610.34690.4721
Hunter Lab79.4897-34.846737.5797
CIE-Lab83.5402-35.272050.4448

#ace06d color RGB value is (172,224,109).

#ace06d hex color red value is 172, green value is 224 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ace06d hue: 0.24 , saturation: 0.65 and the lightness value of ace06d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 01101101
Octal 254 340 155
Decimal 172 224 109
Hex AC E0 6D

RGB Percentages of Color #ace06d

%34.06
%44.36
%21.58

CMYK Percentages of Color #ace06d

%23
%0
%51
%12

Triadic Colors of #ace06d

#ace06d #6dace0 #e06dac

Analogous Colors of #ace06d

#ace06d #73e06d #e0db6d

Monochromatic Colors of #ace06d

#ace06d

Complementary Color

#ace06d #a16de0

#ace06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace06d Color CSS Codes

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

#ace06d Text Font Color

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

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


#ace06d Background Color

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

This div background color is #ace06d


#ace06d Border Color

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

This div border color is #ace06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace06d


Comments

No comments written yet.

Please login to write comment.