Color Hex Logo

#ace6ac Color Hex

#ACE6AC
(172,230,172)
0 Favorites   0 Comments

Color spaces of #ace6ac

RGB 172230172
HSL0.330.540.79
HSV120°25°90°
CMYK 0.250.000.25   0.10
XYZ52.756568.342849.4407
Yxy68.34280.30930.4007
Hunter Lab82.6697-30.760422.4103
CIE-Lab86.1776-29.508222.4455

#ace6ac color RGB value is (172,230,172).

#ace6ac hex color red value is 172, green value is 230 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ace6ac hue: 0.33 , saturation: 0.54 and the lightness value of ace6ac is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 10101100
Octal 254 346 254
Decimal 172 230 172
Hex AC E6 AC

RGB Percentages of Color #ace6ac

%29.97
%40.07
%29.97

CMYK Percentages of Color #ace6ac

%25
%0
%25
%10

Triadic Colors of #ace6ac

#ace6ac #acace6 #e6acac

Analogous Colors of #ace6ac

#ace6ac #ace6c9 #c9e6ac

Monochromatic Colors of #ace6ac

#ace6ac

Complementary Color

#ace6ac #e6ace6

#ace6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace6ac Color CSS Codes

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

#ace6ac Text Font Color

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

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


#ace6ac Background Color

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

This div background color is #ace6ac


#ace6ac Border Color

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

This div border color is #ace6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace6ac


Comments

No comments written yet.

Please login to write comment.