Color Hex Logo

#aadfdc Color Hex

#AADFDC
(170,223,220)
0 Favorites   0 Comments

Color spaces of #aadfdc

RGB 170223220
HSL0.490.450.77
HSV177°24°87°
CMYK 0.240.000.01   0.13
XYZ55.883566.488777.5984
Yxy66.48870.27950.3325
Hunter Lab81.5406-20.36190.6549
CIE-Lab85.2451-17.5256-4.0859

#aadfdc color RGB value is (170,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11011100
Octal 252 337 334
Decimal 170 223 220
Hex AA DF DC

RGB Percentages of Color #aadfdc

%27.73
%36.38
%35.89

CMYK Percentages of Color #aadfdc

%24
%0
%1
%13

Triadic Colors of #aadfdc

#aadfdc #dcaadf #dfdcaa

Analogous Colors of #aadfdc

#aadfdc #aac8df #aadfc2

Monochromatic Colors of #aadfdc

#aadfdc

Complementary Color

#aadfdc #dfaaad

#aadfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfdc Color CSS Codes

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

#aadfdc Text Font Color

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

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


#aadfdc Background Color

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

This div background color is #aadfdc


#aadfdc Border Color

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

This div border color is #aadfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfdc


Comments

No comments written yet.

Please login to write comment.