Color Hex Logo

#ace4ad Color Hex

#ACE4AD
(172,228,173)
0 Favorites   0 Comments

Color spaces of #ace4ad

RGB 172228173
HSL0.340.510.78
HSV121°25°89°
CMYK 0.250.000.24   0.11
XYZ52.299567.274649.7640
Yxy67.27460.30880.3973
Hunter Lab82.0211-29.719121.4422
CIE-Lab85.6424-28.391521.1885

#ace4ad color RGB value is (172,228,173).

#ace4ad hex color red value is 172, green value is 228 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ace4ad hue: 0.34 , saturation: 0.51 and the lightness value of ace4ad is 0.78.

The process color (four color CMYK) of #ace4ad color hex is 0.25, 0.00, 0.24, 0.11. Web safe color of #ace4ad is #99cc99. Color #ace4ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 10101101
Octal 254 344 255
Decimal 172 228 173
Hex AC E4 AD

RGB Percentages of Color #ace4ad

%30.02
%39.79
%30.19

CMYK Percentages of Color #ace4ad

%25
%0
%24
%11

Triadic Colors of #ace4ad

#ace4ad #adace4 #e4adac

Analogous Colors of #ace4ad

#ace4ad #ace4c9 #c7e4ac

Monochromatic Colors of #ace4ad

#ace4ad

Complementary Color

#ace4ad #e4ace3

#ace4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4ad Color CSS Codes

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

#ace4ad Text Font Color

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

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


#ace4ad Background Color

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

This div background color is #ace4ad


#ace4ad Border Color

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

This div border color is #ace4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4ad


Comments

No comments written yet.

Please login to write comment.