Color Hex Logo

#aaeece Color Hex

#AAEECE
(170,238,206)
0 Favorites   0 Comments

Color spaces of #aaeece

RGB 170238206
HSL0.420.670.80
HSV152°29°93°
CMYK 0.290.000.13   0.07
XYZ58.292774.151469.6328
Yxy74.15140.28850.3669
Hunter Lab86.1112-29.859612.3337
CIE-Lab88.9940-27.74988.7125

#aaeece color RGB value is (170,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11001110
Octal 252 356 316
Decimal 170 238 206
Hex AA EE CE

RGB Percentages of Color #aaeece

%27.69
%38.76
%33.55

CMYK Percentages of Color #aaeece

%29
%0
%13
%7

Triadic Colors of #aaeece

#aaeece #ceaaee #eeceaa

Analogous Colors of #aaeece

#aaeece #aaecee #aaeeac

Monochromatic Colors of #aaeece

#aaeece

Complementary Color

#aaeece #eeaaca

#aaeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeece Color CSS Codes

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

#aaeece Text Font Color

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

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


#aaeece Background Color

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

This div background color is #aaeece


#aaeece Border Color

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

This div border color is #aaeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeece


Comments

No comments written yet.

Please login to write comment.