Color Hex Logo

#aaeeca Color Hex

#AAEECA
(170,238,202)
0 Favorites   0 Comments

Color spaces of #aaeeca

RGB 170238202
HSL0.410.670.80
HSV148°29°93°
CMYK 0.290.000.15   0.07
XYZ57.812873.959467.1056
Yxy73.95940.29070.3719
Hunter Lab85.9997-30.503713.9357
CIE-Lab88.9033-28.527810.6664

#aaeeca color RGB value is (170,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11001010
Octal 252 356 312
Decimal 170 238 202
Hex AA EE CA

RGB Percentages of Color #aaeeca

%27.87
%39.02
%33.11

CMYK Percentages of Color #aaeeca

%29
%0
%15
%7

Triadic Colors of #aaeeca

#aaeeca #caaaee #eecaaa

Analogous Colors of #aaeeca

#aaeeca #aaeeec #aceeaa

Monochromatic Colors of #aaeeca

#aaeeca

Complementary Color

#aaeeca #eeaace

#aaeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeca Color CSS Codes

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

#aaeeca Text Font Color

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

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


#aaeeca Background Color

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

This div background color is #aaeeca


#aaeeca Border Color

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

This div border color is #aaeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeca


Comments

No comments written yet.

Please login to write comment.