Color Hex Logo

#aafedd Color Hex

#AAFEDD
(170,254,221)
0 Favorites   0 Comments

Color spaces of #aafedd

RGB 170254221
HSL0.430.980.83
HSV156°33°100°
CMYK 0.330.000.13   0.00
XYZ65.070584.650181.3161
Yxy84.65010.28160.3664
Hunter Lab92.0055-34.766212.0023
CIE-Lab93.7321-32.30827.7384

#aafedd color RGB value is (170,254,221).

#aafedd hex color red value is 170, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aafedd hue: 0.43 , saturation: 0.98 and the lightness value of aafedd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11011101
Octal 252 376 335
Decimal 170 254 221
Hex AA FE DD

RGB Percentages of Color #aafedd

%26.36
%39.38
%34.26

CMYK Percentages of Color #aafedd

%33
%0
%13
%0

Triadic Colors of #aafedd

#aafedd #ddaafe #feddaa

Analogous Colors of #aafedd

#aafedd #aaf5fe #aafeb3

Monochromatic Colors of #aafedd

#aafedd

Complementary Color

#aafedd #feaacb

#aafedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafedd Color CSS Codes

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

#aafedd Text Font Color

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

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


#aafedd Background Color

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

This div background color is #aafedd


#aafedd Border Color

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

This div border color is #aafedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafedd


Comments

No comments written yet.

Please login to write comment.