Color Hex Logo

#aaf1dc Color Hex

#AAF1DC
(170,241,220)
0 Favorites   0 Comments

Color spaces of #aaf1dc

RGB 170241220
HSL0.450.720.81
HSV162°29°95°
CMYK 0.290.000.09   0.05
XYZ60.951176.623979.2876
Yxy76.62390.28110.3533
Hunter Lab87.5351-28.89607.5708
CIE-Lab90.1482-26.36303.0808

#aaf1dc color RGB value is (170,241,220).

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

The process color (four color CMYK) of #aaf1dc color hex is 0.29, 0.00, 0.09, 0.05. Web safe color of #aaf1dc is #99ffcc. Color #aaf1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 11011100
Octal 252 361 334
Decimal 170 241 220
Hex AA F1 DC

RGB Percentages of Color #aaf1dc

%26.94
%38.19
%34.87

CMYK Percentages of Color #aaf1dc

%29
%0
%9
%5

Triadic Colors of #aaf1dc

#aaf1dc #dcaaf1 #f1dcaa

Analogous Colors of #aaf1dc

#aaf1dc #aae3f1 #aaf1b9

Monochromatic Colors of #aaf1dc

#aaf1dc

Complementary Color

#aaf1dc #f1aabf

#aaf1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf1dc Color CSS Codes

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

#aaf1dc Text Font Color

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

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


#aaf1dc Background Color

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

This div background color is #aaf1dc


#aaf1dc Border Color

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

This div border color is #aaf1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf1dc


Comments

No comments written yet.

Please login to write comment.