Color Hex Logo

#aaeecc Color Hex

#AAEECC
(170,238,204)
4 Favorites   0 Comments

Color spaces of #aaeecc

RGB 170238204
HSL0.420.670.80
HSV150°29°93°
CMYK 0.290.000.14   0.07
XYZ58.051274.054868.3611
Yxy74.05480.28960.3694
Hunter Lab86.0551-30.183613.1393
CIE-Lab88.9484-28.14069.6893

#aaeecc color RGB value is (170,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11001100
Octal 252 356 314
Decimal 170 238 204
Hex AA EE CC

RGB Percentages of Color #aaeecc

%27.78
%38.89
%33.33

CMYK Percentages of Color #aaeecc

%29
%0
%14
%7

Triadic Colors of #aaeecc

#aaeecc #ccaaee #eeccaa

Analogous Colors of #aaeecc

#aaeecc #aaeeee #aaeeaa

Monochromatic Colors of #aaeecc

#aaeecc

Complementary Color

#aaeecc #eeaacc

#aaeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeecc Color CSS Codes

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

#aaeecc Text Font Color

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

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


#aaeecc Background Color

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

This div background color is #aaeecc


#aaeecc Border Color

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

This div border color is #aaeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeecc


Comments

No comments written yet.

Please login to write comment.