Color Hex Logo

#aadfdd Color Hex

#AADFDD
(170,223,221)
0 Favorites   0 Comments

Color spaces of #aadfdd

RGB 170223221
HSL0.490.450.77
HSV178°24°87°
CMYK 0.240.000.01   0.13
XYZ56.016466.541978.2981
Yxy66.54190.27890.3313
Hunter Lab81.5732-20.17700.1917
CIE-Lab85.2721-17.3102-4.5747

#aadfdd color RGB value is (170,223,221).

#aadfdd hex color red value is 170, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aadfdd hue: 0.49 , saturation: 0.45 and the lightness value of aadfdd is 0.77.

The process color (four color CMYK) of #aadfdd color hex is 0.24, 0.00, 0.01, 0.13. Web safe color of #aadfdd is #99cccc. Color #aadfdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11011101
Octal 252 337 335
Decimal 170 223 221
Hex AA DF DD

RGB Percentages of Color #aadfdd

%27.69
%36.32
%35.99

CMYK Percentages of Color #aadfdd

%24
%0
%1
%13

Triadic Colors of #aadfdd

#aadfdd #ddaadf #dfddaa

Analogous Colors of #aadfdd

#aadfdd #aac7df #aadfc3

Monochromatic Colors of #aadfdd

#aadfdd

Complementary Color

#aadfdd #dfaaac

#aadfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfdd Color CSS Codes

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

#aadfdd Text Font Color

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

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


#aadfdd Background Color

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

This div background color is #aadfdd


#aadfdd Border Color

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

This div border color is #aadfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfdd


Comments

No comments written yet.

Please login to write comment.