Color Hex Logo

#aaffd9 Color Hex

#AAFFD9
(170,255,217)
0 Favorites   0 Comments

Color spaces of #aaffd9

RGB 170255217
HSL0.431.000.83
HSV153°33°100°
CMYK 0.330.000.15   0.00
XYZ64.861985.075878.6483
Yxy85.07580.28380.3722
Hunter Lab92.2365-35.890514.0102
CIE-Lab93.9158-33.571110.0615

#aaffd9 color RGB value is (170,255,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11011001
Octal 252 377 331
Decimal 170 255 217
Hex AA FF D9

RGB Percentages of Color #aaffd9

%26.48
%39.72
%33.80

CMYK Percentages of Color #aaffd9

%33
%0
%15
%0

Triadic Colors of #aaffd9

#aaffd9 #d9aaff #ffd9aa

Analogous Colors of #aaffd9

#aaffd9 #aafbff #aaffaf

Monochromatic Colors of #aaffd9

#aaffd9

Complementary Color

#aaffd9 #ffaad0

#aaffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffd9 Color CSS Codes

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

#aaffd9 Text Font Color

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

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


#aaffd9 Background Color

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

This div background color is #aaffd9


#aaffd9 Border Color

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

This div border color is #aaffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffd9


Comments

No comments written yet.

Please login to write comment.