Color Hex Logo

#aceee0 Color Hex

#ACEEE0
(172,238,224)
0 Favorites   0 Comments

Color spaces of #aceee0

RGB 172238224
HSL0.460.660.80
HSV167°28°93°
CMYK 0.280.000.06   0.07
XYZ61.042375.301581.8384
Yxy75.30150.27980.3451
Hunter Lab86.7764-26.29414.8274
CIE-Lab89.5340-23.50060.1126

#aceee0 color RGB value is (172,238,224).

#aceee0 hex color red value is 172, green value is 238 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aceee0 hue: 0.46 , saturation: 0.66 and the lightness value of aceee0 is 0.80.

The process color (four color CMYK) of #aceee0 color hex is 0.28, 0.00, 0.06, 0.07. Web safe color of #aceee0 is #99ffcc. Color #aceee0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11100000
Octal 254 356 340
Decimal 172 238 224
Hex AC EE E0

RGB Percentages of Color #aceee0

%27.13
%37.54
%35.33

CMYK Percentages of Color #aceee0

%28
%0
%6
%7

Triadic Colors of #aceee0

#aceee0 #e0acee #eee0ac

Analogous Colors of #aceee0

#aceee0 #acdbee #aceebf

Monochromatic Colors of #aceee0

#aceee0

Complementary Color

#aceee0 #eeacba

#aceee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceee0 Color CSS Codes

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

#aceee0 Text Font Color

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

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


#aceee0 Background Color

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

This div background color is #aceee0


#aceee0 Border Color

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

This div border color is #aceee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceee0


Comments

No comments written yet.

Please login to write comment.