color codes Logo

#aaeeef color codes

#AAEEEF
(170,238,239)
0 Favorites   0 Comments

Color spaces of #aaeeef

RGB 170238239
HSL0.500.680.80
HSV181°29°94°
CMYK 0.290.000.00   0.06
XYZ62.732175.927193.0104
Yxy75.92710.27080.3277
Hunter Lab87.1362-23.9804-2.2917
CIE-Lab89.8255-20.8124-7.3092

#aaeeef color RGB value is (170,238,239).

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

The process color (four color CMYK) of #aaeeef color code is 0.29, 0.00, 0.00, 0.06. Web safe color of #aaeeef is #99ffff. Color #aaeeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11101111
Octal 252 356 357
Decimal 170 238 239
Hex AA EE EF

RGB Percentages of Color #aaeeef

%26.28
%36.79
%36.94

CMYK Percentages of Color #aaeeef

%29
%0
%0
%6

Triadic Colors of #aaeeef

#aaeeef #efaaee #eeefaa

Analogous Colors of #aaeeef

#aaeeef #aaccef #aaefce

Monochromatic Colors of #aaeeef

#aaeeef

Complementary Color

#aaeeef #efabaa

#aaeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeef Color CSS Codes

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

#aaeeef Text Font Color

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

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


#aaeeef Background Color

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

This div background color is #aaeeef


#aaeeef Border Color

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

This div border color is #aaeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeef


Comments

No comments written yet.

Please login to write comment.