Color Hex Logo

#aaf7dd Color Hex

#AAF7DD
(170,247,221)
0 Favorites   0 Comments

Color spaces of #aaf7dd

RGB 170247221
HSL0.440.830.82
HSV160°31°97°
CMYK 0.310.000.11   0.03
XYZ62.889580.288080.5891
Yxy80.28800.28100.3588
Hunter Lab89.6036-31.52369.3973
CIE-Lab91.8139-29.01954.9735

#aaf7dd color RGB value is (170,247,221).

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

The process color (four color CMYK) of #aaf7dd color hex is 0.31, 0.00, 0.11, 0.03. Web safe color of #aaf7dd is #99ffcc. Color #aaf7dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 11011101
Octal 252 367 335
Decimal 170 247 221
Hex AA F7 DD

RGB Percentages of Color #aaf7dd

%26.65
%38.71
%34.64

CMYK Percentages of Color #aaf7dd

%31
%0
%11
%3

Triadic Colors of #aaf7dd

#aaf7dd #ddaaf7 #f7ddaa

Analogous Colors of #aaf7dd

#aaf7dd #aaebf7 #aaf7b7

Monochromatic Colors of #aaf7dd

#aaf7dd

Complementary Color

#aaf7dd #f7aac4

#aaf7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf7dd Color CSS Codes

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

#aaf7dd Text Font Color

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

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


#aaf7dd Background Color

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

This div background color is #aaf7dd


#aaf7dd Border Color

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

This div border color is #aaf7dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,247,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 #aaf7dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf7dd


Comments

No comments written yet.

Please login to write comment.