Color Hex Logo

#aceecc Color Hex

#ACEECC
(172,238,204)
0 Favorites   0 Comments

Color spaces of #aceecc

RGB 172238204
HSL0.410.660.80
HSV149°28°93°
CMYK 0.280.000.14   0.07
XYZ58.486974.279468.3815
Yxy74.27940.29080.3693
Hunter Lab86.1855-29.691613.2878
CIE-Lab89.0544-27.53889.8550

#aceecc color RGB value is (172,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11001100
Octal 254 356 314
Decimal 172 238 204
Hex AC EE CC

RGB Percentages of Color #aceecc

%28.01
%38.76
%33.22

CMYK Percentages of Color #aceecc

%28
%0
%14
%7

Triadic Colors of #aceecc

#aceecc #ccacee #eeccac

Analogous Colors of #aceecc

#aceecc #aceeed #adeeac

Monochromatic Colors of #aceecc

#aceecc

Complementary Color

#aceecc #eeacce

#aceecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceecc Color CSS Codes

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

#aceecc Text Font Color

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

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


#aceecc Background Color

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

This div background color is #aceecc


#aceecc Border Color

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

This div border color is #aceecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceecc


Comments

No comments written yet.

Please login to write comment.