Color Hex Logo

#aaeacc Color Hex

#AAEACC
(170,234,204)
0 Favorites   0 Comments

Color spaces of #aaeacc

RGB 170234204
HSL0.420.600.79
HSV152°27°92°
CMYK 0.270.000.13   0.08
XYZ56.899571.751367.9772
Yxy71.75130.28940.3649
Hunter Lab84.7061-28.332311.7137
CIE-Lab87.8487-26.22508.1145

#aaeacc color RGB value is (170,234,204).

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

The process color (four color CMYK) of #aaeacc color hex is 0.27, 0.00, 0.13, 0.08. Web safe color of #aaeacc is #99ffcc. Color #aaeacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11001100
Octal 252 352 314
Decimal 170 234 204
Hex AA EA CC

RGB Percentages of Color #aaeacc

%27.96
%38.49
%33.55

CMYK Percentages of Color #aaeacc

%27
%0
%13
%8

Triadic Colors of #aaeacc

#aaeacc #ccaaea #eaccaa

Analogous Colors of #aaeacc

#aaeacc #aae8ea #aaeaac

Monochromatic Colors of #aaeacc

#aaeacc

Complementary Color

#aaeacc #eaaac8

#aaeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeacc Color CSS Codes

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

#aaeacc Text Font Color

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

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


#aaeacc Background Color

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

This div background color is #aaeacc


#aaeacc Border Color

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

This div border color is #aaeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeacc


Comments

No comments written yet.

Please login to write comment.