Color Hex Logo

#ace1cc Color Hex

#ACE1CC
(172,225,204)
0 Favorites   0 Comments

Color spaces of #ace1cc

RGB 172225204
HSL0.430.470.78
HSV156°24°88°
CMYK 0.240.000.09   0.12
XYZ54.837666.980767.1651
Yxy66.98070.29020.3544
Hunter Lab81.8417-23.62018.6317
CIE-Lab85.4942-21.22904.7384

#ace1cc color RGB value is (172,225,204).

#ace1cc hex color red value is 172, green value is 225 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ace1cc hue: 0.43 , saturation: 0.47 and the lightness value of ace1cc is 0.78.

The process color (four color CMYK) of #ace1cc color hex is 0.24, 0.00, 0.09, 0.12. Web safe color of #ace1cc is #99cccc. Color #ace1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 11001100
Octal 254 341 314
Decimal 172 225 204
Hex AC E1 CC

RGB Percentages of Color #ace1cc

%28.62
%37.44
%33.94

CMYK Percentages of Color #ace1cc

%24
%0
%9
%12

Triadic Colors of #ace1cc

#ace1cc #ccace1 #e1ccac

Analogous Colors of #ace1cc

#ace1cc #acdce1 #ace1b2

Monochromatic Colors of #ace1cc

#ace1cc

Complementary Color

#ace1cc #e1acc1

#ace1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace1cc Color CSS Codes

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

#ace1cc Text Font Color

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

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


#ace1cc Background Color

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

This div background color is #ace1cc


#ace1cc Border Color

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

This div border color is #ace1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace1cc


Comments

No comments written yet.

Please login to write comment.