Color Hex Logo

#ace6cc Color Hex

#ACE6CC
(172,230,204)
0 Favorites   0 Comments

Color spaces of #ace6cc

RGB 172230204
HSL0.430.540.79
HSV153°25°90°
CMYK 0.250.000.11   0.10
XYZ56.209269.723967.6223
Yxy69.72390.29040.3602
Hunter Lab83.5008-25.967910.4352
CIE-Lab86.8613-23.67986.7100

#ace6cc color RGB value is (172,230,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 11001100
Octal 254 346 314
Decimal 172 230 204
Hex AC E6 CC

RGB Percentages of Color #ace6cc

%28.38
%37.95
%33.66

CMYK Percentages of Color #ace6cc

%25
%0
%11
%10

Triadic Colors of #ace6cc

#ace6cc #ccace6 #e6ccac

Analogous Colors of #ace6cc

#ace6cc #ace3e6 #ace6af

Monochromatic Colors of #ace6cc

#ace6cc

Complementary Color

#ace6cc #e6acc6

#ace6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace6cc Color CSS Codes

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

#ace6cc Text Font Color

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

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


#ace6cc Background Color

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

This div background color is #ace6cc


#ace6cc Border Color

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

This div border color is #ace6cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,230,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 #ace6cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace6cc


Comments

No comments written yet.

Please login to write comment.