Color Hex Logo

#aceee9 Color Hex

#ACEEE9
(172,238,233)
0 Favorites   0 Comments

Color spaces of #aceee9

RGB 172238233
HSL0.490.660.80
HSV175°28°93°
CMYK 0.280.000.02   0.07
XYZ62.295875.802988.4389
Yxy75.80290.27500.3346
Hunter Lab87.0649-24.64490.7197
CIE-Lab89.7677-21.5752-4.2473

#aceee9 color RGB value is (172,238,233).

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

The process color (four color CMYK) of #aceee9 color hex is 0.28, 0.00, 0.02, 0.07. Web safe color of #aceee9 is #99ffff. Color #aceee9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11101001
Octal 254 356 351
Decimal 172 238 233
Hex AC EE E9

RGB Percentages of Color #aceee9

%26.75
%37.01
%36.24

CMYK Percentages of Color #aceee9

%28
%0
%2
%7

Triadic Colors of #aceee9

#aceee9 #e9acee #eee9ac

Analogous Colors of #aceee9

#aceee9 #acd2ee #aceec8

Monochromatic Colors of #aceee9

#aceee9

Complementary Color

#aceee9 #eeacb1

#aceee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceee9 Color CSS Codes

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

#aceee9 Text Font Color

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

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


#aceee9 Background Color

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

This div background color is #aceee9


#aceee9 Border Color

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

This div border color is #aceee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceee9


Comments

No comments written yet.

Please login to write comment.