Color Hex Logo

#aafddd Color Hex

#AAFDDD
(170,253,221)
0 Favorites   0 Comments

Color spaces of #aafddd

RGB 170253221
HSL0.440.950.83
HSV157°33°99°
CMYK 0.330.000.13   0.01
XYZ64.754084.017181.2106
Yxy84.01710.28160.3653
Hunter Lab91.6608-34.304811.6322
CIE-Lab93.4579-31.84197.3441

#aafddd color RGB value is (170,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11011101
Octal 252 375 335
Decimal 170 253 221
Hex AA FD DD

RGB Percentages of Color #aafddd

%26.40
%39.29
%34.32

CMYK Percentages of Color #aafddd

%33
%0
%13
%1

Triadic Colors of #aafddd

#aafddd #ddaafd #fdddaa

Analogous Colors of #aafddd

#aafddd #aaf4fd #aafdb4

Monochromatic Colors of #aafddd

#aafddd

Complementary Color

#aafddd #fdaaca

#aafddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafddd Color CSS Codes

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

#aafddd Text Font Color

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

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


#aafddd Background Color

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

This div background color is #aafddd


#aafddd Border Color

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

This div border color is #aafddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafddd


Comments

No comments written yet.

Please login to write comment.