Color Hex Logo

#ace7cc Color Hex

#ACE7CC
(172,231,204)
0 Favorites   0 Comments

Color spaces of #ace7cc

RGB 172231204
HSL0.420.550.79
HSV153°26°91°
CMYK 0.260.000.12   0.09
XYZ56.488370.282167.7153
Yxy70.28210.29040.3614
Hunter Lab83.8344-26.435510.7940
CIE-Lab87.1350-24.16637.1038

#ace7cc color RGB value is (172,231,204).

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

The process color (four color CMYK) of #ace7cc color hex is 0.26, 0.00, 0.12, 0.09. Web safe color of #ace7cc is #99ffcc. Color #ace7cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 11001100
Octal 254 347 314
Decimal 172 231 204
Hex AC E7 CC

RGB Percentages of Color #ace7cc

%28.34
%38.06
%33.61

CMYK Percentages of Color #ace7cc

%26
%0
%12
%9

Triadic Colors of #ace7cc

#ace7cc #ccace7 #e7ccac

Analogous Colors of #ace7cc

#ace7cc #ace5e7 #ace7af

Monochromatic Colors of #ace7cc

#ace7cc

Complementary Color

#ace7cc #e7acc7

#ace7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace7cc Color CSS Codes

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

#ace7cc Text Font Color

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

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


#ace7cc Background Color

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

This div background color is #ace7cc


#ace7cc Border Color

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

This div border color is #ace7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace7cc


Comments

No comments written yet.

Please login to write comment.