Color Hex Logo

#aadfdb Color Hex

#AADFDB
(170,223,219)
0 Favorites   0 Comments

Color spaces of #aadfdb

RGB 170223219
HSL0.490.450.77
HSV175°24°87°
CMYK 0.240.000.02   0.13
XYZ55.751466.435976.9028
Yxy66.43590.28000.3337
Hunter Lab81.5082-20.54591.1158
CIE-Lab85.2183-17.7404-3.5967

#aadfdb color RGB value is (170,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11011011
Octal 252 337 333
Decimal 170 223 219
Hex AA DF DB

RGB Percentages of Color #aadfdb

%27.78
%36.44
%35.78

CMYK Percentages of Color #aadfdb

%24
%0
%2
%13

Triadic Colors of #aadfdb

#aadfdb #dbaadf #dfdbaa

Analogous Colors of #aadfdb

#aadfdb #aac9df #aadfc1

Monochromatic Colors of #aadfdb

#aadfdb

Complementary Color

#aadfdb #dfaaae

#aadfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfdb Color CSS Codes

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

#aadfdb Text Font Color

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

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


#aadfdb Background Color

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

This div background color is #aadfdb


#aadfdb Border Color

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

This div border color is #aadfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfdb


Comments

No comments written yet.

Please login to write comment.