Color Hex Logo

#aadfda Color Hex

#AADFDA
(170,223,218)
0 Favorites   0 Comments

Color spaces of #aadfda

RGB 170223218
HSL0.480.450.77
HSV174°24°87°
CMYK 0.240.000.02   0.13
XYZ55.620166.383476.2114
Yxy66.38340.28060.3349
Hunter Lab81.4760-20.72891.5743
CIE-Lab85.1916-17.9543-3.1073

#aadfda color RGB value is (170,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11011010
Octal 252 337 332
Decimal 170 223 218
Hex AA DF DA

RGB Percentages of Color #aadfda

%27.82
%36.50
%35.68

CMYK Percentages of Color #aadfda

%24
%0
%2
%13

Triadic Colors of #aadfda

#aadfda #daaadf #dfdaaa

Analogous Colors of #aadfda

#aadfda #aacadf #aadfc0

Monochromatic Colors of #aadfda

#aadfda

Complementary Color

#aadfda #dfaaaf

#aadfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfda Color CSS Codes

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

#aadfda Text Font Color

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

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


#aadfda Background Color

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

This div background color is #aadfda


#aadfda Border Color

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

This div border color is #aadfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfda


Comments

No comments written yet.

Please login to write comment.