Color Hex Logo

#aaefde Color Hex

#AAEFDE
(170,239,222)
0 Favorites   0 Comments

Color spaces of #aaefde

RGB 170239222
HSL0.460.680.80
HSV165°29°94°
CMYK 0.290.000.07   0.06
XYZ60.628975.553080.4949
Yxy75.55300.27980.3487
Hunter Lab86.9212-27.60565.9383
CIE-Lab89.6514-24.98251.3155

#aaefde color RGB value is (170,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11011110
Octal 252 357 336
Decimal 170 239 222
Hex AA EF DE

RGB Percentages of Color #aaefde

%26.94
%37.88
%35.18

CMYK Percentages of Color #aaefde

%29
%0
%7
%6

Triadic Colors of #aaefde

#aaefde #deaaef #efdeaa

Analogous Colors of #aaefde

#aaefde #aadeef #aaefbc

Monochromatic Colors of #aaefde

#aaefde

Complementary Color

#aaefde #efaabb

#aaefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefde Color CSS Codes

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

#aaefde Text Font Color

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

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


#aaefde Background Color

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

This div background color is #aaefde


#aaefde Border Color

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

This div border color is #aaefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefde


Comments

No comments written yet.

Please login to write comment.