Color Hex Logo

#aaefdc Color Hex

#AAEFDC
(170,239,220)
0 Favorites   0 Comments

Color spaces of #aaefdc

RGB 170239220
HSL0.450.680.80
HSV163°29°94°
CMYK 0.290.000.08   0.06
XYZ60.362375.446479.0913
Yxy75.44640.28090.3511
Hunter Lab86.8599-27.95826.8147
CIE-Lab89.6017-25.40012.2871

#aaefdc color RGB value is (170,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11011100
Octal 252 357 334
Decimal 170 239 220
Hex AA EF DC

RGB Percentages of Color #aaefdc

%27.03
%38.00
%34.98

CMYK Percentages of Color #aaefdc

%29
%0
%8
%6

Triadic Colors of #aaefdc

#aaefdc #dcaaef #efdcaa

Analogous Colors of #aaefdc

#aaefdc #aae0ef #aaefba

Monochromatic Colors of #aaefdc

#aaefdc

Complementary Color

#aaefdc #efaabd

#aaefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefdc Color CSS Codes

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

#aaefdc Text Font Color

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

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


#aaefdc Background Color

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

This div background color is #aaefdc


#aaefdc Border Color

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

This div border color is #aaefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefdc


Comments

No comments written yet.

Please login to write comment.