Color Hex Logo

#ace08c Color Hex

#ACE08C
(172,224,140)
0 Favorites   0 Comments

Color spaces of #ace08c

RGB 172224140
HSL0.270.580.71
HSV97°38°88°
CMYK 0.230.000.38   0.12
XYZ48.402563.975434.6084
Yxy63.97540.32930.4352
Hunter Lab79.9846-31.954330.3352
CIE-Lab83.9530-31.549735.8418

#ace08c color RGB value is (172,224,140).

#ace08c hex color red value is 172, green value is 224 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ace08c hue: 0.27 , saturation: 0.58 and the lightness value of ace08c is 0.71.

The process color (four color CMYK) of #ace08c color hex is 0.23, 0.00, 0.38, 0.12. Web safe color of #ace08c is #99cc99. Color #ace08c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 10001100
Octal 254 340 214
Decimal 172 224 140
Hex AC E0 8C

RGB Percentages of Color #ace08c

%32.09
%41.79
%26.12

CMYK Percentages of Color #ace08c

%23
%0
%38
%12

Triadic Colors of #ace08c

#ace08c #8cace0 #e08cac

Analogous Colors of #ace08c

#ace08c #8ce096 #d6e08c

Monochromatic Colors of #ace08c

#ace08c

Complementary Color

#ace08c #c08ce0

#ace08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace08c Color CSS Codes

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

#ace08c Text Font Color

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

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


#ace08c Background Color

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

This div background color is #ace08c


#ace08c Border Color

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

This div border color is #ace08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace08c


Comments

No comments written yet.

Please login to write comment.