Color Hex Logo

#aaeecf Color Hex

#AAEECF
(170,238,207)
0 Favorites   0 Comments

Color spaces of #aaeecf

RGB 170238207
HSL0.420.670.80
HSV153°29°93°
CMYK 0.290.000.13   0.07
XYZ58.414674.200170.2748
Yxy74.20010.28790.3657
Hunter Lab86.1395-29.696211.9273
CIE-Lab89.0170-27.55298.2242

#aaeecf color RGB value is (170,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11001111
Octal 252 356 317
Decimal 170 238 207
Hex AA EE CF

RGB Percentages of Color #aaeecf

%27.64
%38.70
%33.66

CMYK Percentages of Color #aaeecf

%29
%0
%13
%7

Triadic Colors of #aaeecf

#aaeecf #cfaaee #eecfaa

Analogous Colors of #aaeecf

#aaeecf #aaebee #aaeead

Monochromatic Colors of #aaeecf

#aaeecf

Complementary Color

#aaeecf #eeaac9

#aaeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeecf Color CSS Codes

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

#aaeecf Text Font Color

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

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


#aaeecf Background Color

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

This div background color is #aaeecf


#aaeecf Border Color

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

This div border color is #aaeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeecf


Comments

No comments written yet.

Please login to write comment.