Color Hex Logo

#aaeeee Color Hex

#AAEEEE
(170,238,238)
3 Favorites   0 Comments

Color spaces of #aaeeee

RGB 170238238
HSL0.500.670.80
HSV180°29°93°
CMYK 0.290.000.00   0.07
XYZ62.584775.868292.2344
Yxy75.86820.27130.3289
Hunter Lab87.1024-24.1735-1.8117
CIE-Lab89.7981-21.0357-6.8271

#aaeeee color RGB value is (170,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11101110
Octal 252 356 356
Decimal 170 238 238
Hex AA EE EE

RGB Percentages of Color #aaeeee

%26.32
%36.84
%36.84

CMYK Percentages of Color #aaeeee

%29
%0
%0
%7

Triadic Colors of #aaeeee

#aaeeee #eeaaee #eeeeaa

Analogous Colors of #aaeeee

#aaeeee #aaccee #aaeecc

Monochromatic Colors of #aaeeee

#aaeeee

Complementary Color

#aaeeee #eeaaaa

#aaeeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeee Color CSS Codes

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

#aaeeee Text Font Color

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

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


#aaeeee Background Color

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

This div background color is #aaeeee


#aaeeee Border Color

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

This div border color is #aaeeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeee

#aaeeee Color Palettes


Comments

No comments written yet.

Please login to write comment.