Color Hex Logo

#aaf8dd Color Hex

#AAF8DD
(170,248,221)
0 Favorites   0 Comments

Color spaces of #aaf8dd

RGB 170248221
HSL0.440.850.82
HSV159°31°97°
CMYK 0.310.000.11   0.03
XYZ63.196180.901380.6913
Yxy80.90130.28110.3599
Hunter Lab89.9451-31.98869.7716
CIE-Lab92.0878-29.49295.3692

#aaf8dd color RGB value is (170,248,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 11011101
Octal 252 370 335
Decimal 170 248 221
Hex AA F8 DD

RGB Percentages of Color #aaf8dd

%26.60
%38.81
%34.59

CMYK Percentages of Color #aaf8dd

%31
%0
%11
%3

Triadic Colors of #aaf8dd

#aaf8dd #ddaaf8 #f8ddaa

Analogous Colors of #aaf8dd

#aaf8dd #aaecf8 #aaf8b6

Monochromatic Colors of #aaf8dd

#aaf8dd

Complementary Color

#aaf8dd #f8aac5

#aaf8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf8dd Color CSS Codes

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

#aaf8dd Text Font Color

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

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


#aaf8dd Background Color

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

This div background color is #aaf8dd


#aaf8dd Border Color

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

This div border color is #aaf8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf8dd


Comments

No comments written yet.

Please login to write comment.