Color Hex Logo

#aaf6dc Color Hex

#AAF6DC
(170,246,220)
0 Favorites   0 Comments

Color spaces of #aaf6dc

RGB 170246220
HSL0.440.810.82
HSV159°31°96°
CMYK 0.310.000.11   0.04
XYZ62.451679.624979.7877
Yxy79.62490.28150.3589
Hunter Lab89.2328-31.23019.4487
CIE-Lab91.5163-28.75025.0620

#aaf6dc color RGB value is (170,246,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 11011100
Octal 252 366 334
Decimal 170 246 220
Hex AA F6 DC

RGB Percentages of Color #aaf6dc

%26.73
%38.68
%34.59

CMYK Percentages of Color #aaf6dc

%31
%0
%11
%4

Triadic Colors of #aaf6dc

#aaf6dc #dcaaf6 #f6dcaa

Analogous Colors of #aaf6dc

#aaf6dc #aaeaf6 #aaf6b6

Monochromatic Colors of #aaf6dc

#aaf6dc

Complementary Color

#aaf6dc #f6aac4

#aaf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf6dc Color CSS Codes

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

#aaf6dc Text Font Color

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

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


#aaf6dc Background Color

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

This div background color is #aaf6dc


#aaf6dc Border Color

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

This div border color is #aaf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf6dc


Comments

No comments written yet.

Please login to write comment.