Color Hex Logo

#aafdcd Color Hex

#AAFDCD
(170,253,205)
0 Favorites   0 Comments

Color spaces of #aafdcd

RGB 170253205
HSL0.400.950.83
HSV145°33°99°
CMYK 0.330.000.19   0.01
XYZ62.722383.204470.5118
Yxy83.20440.28980.3844
Hunter Lab91.2164-36.888518.0194
CIE-Lab93.1039-34.966015.0764

#aafdcd color RGB value is (170,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11001101
Octal 252 375 315
Decimal 170 253 205
Hex AA FD CD

RGB Percentages of Color #aafdcd

%27.07
%40.29
%32.64

CMYK Percentages of Color #aafdcd

%33
%0
%19
%1

Triadic Colors of #aafdcd

#aafdcd #cdaafd #fdcdaa

Analogous Colors of #aafdcd

#aafdcd #aafdf7 #b1fdaa

Monochromatic Colors of #aafdcd

#aafdcd

Complementary Color

#aafdcd #fdaada

#aafdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdcd Color CSS Codes

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

#aafdcd Text Font Color

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

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


#aafdcd Background Color

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

This div background color is #aafdcd


#aafdcd Border Color

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

This div border color is #aafdcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,253,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aafdcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdcd


Comments

No comments written yet.

Please login to write comment.