Color Hex Logo

#ace9cf Color Hex

#ACE9CF
(172,233,207)
0 Favorites   0 Comments

Color spaces of #ace9cf

RGB 172233207
HSL0.430.580.79
HSV154°26°91°
CMYK 0.260.000.11   0.09
XYZ57.414771.553569.8166
Yxy71.55350.28880.3600
Hunter Lab84.5893-26.875010.2769
CIE-Lab87.7532-24.54536.4218

#ace9cf color RGB value is (172,233,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 11001111
Octal 254 351 317
Decimal 172 233 207
Hex AC E9 CF

RGB Percentages of Color #ace9cf

%28.10
%38.07
%33.82

CMYK Percentages of Color #ace9cf

%26
%0
%11
%9

Triadic Colors of #ace9cf

#ace9cf #cface9 #e9cfac

Analogous Colors of #ace9cf

#ace9cf #ace5e9 #ace9b1

Monochromatic Colors of #ace9cf

#ace9cf

Complementary Color

#ace9cf #e9acc6

#ace9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace9cf Color CSS Codes

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

#ace9cf Text Font Color

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

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


#ace9cf Background Color

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

This div background color is #ace9cf


#ace9cf Border Color

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

This div border color is #ace9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace9cf


Comments

No comments written yet.

Please login to write comment.