Color Hex Logo

#add5df Color Hex

#ADD5DF
(173,213,223)
0 Favorites   0 Comments

Color spaces of #add5df

RGB 173213223
HSL0.530.440.78
HSV192°22°87°
CMYK 0.220.040.00   0.13
XYZ54.347161.800478.8763
Yxy61.80040.27870.3169
Hunter Lab78.6132-14.1721-4.4591
CIE-Lab82.8072-10.8918-9.2645

#add5df color RGB value is (173,213,223).

#add5df hex color red value is 173, green value is 213 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #add5df hue: 0.53 , saturation: 0.44 and the lightness value of add5df is 0.78.

The process color (four color CMYK) of #add5df color hex is 0.22, 0.04, 0.00, 0.13. Web safe color of #add5df is #99cccc. Color #add5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 11011111
Octal 255 325 337
Decimal 173 213 223
Hex AD D5 DF

RGB Percentages of Color #add5df

%28.41
%34.98
%36.62

CMYK Percentages of Color #add5df

%22
%4
%0
%13

Triadic Colors of #add5df

#add5df #dfadd5 #d5dfad

Analogous Colors of #add5df

#add5df #adbcdf #addfd0

Monochromatic Colors of #add5df

#add5df

Complementary Color

#add5df #dfb7ad

#add5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#add5df Color CSS Codes

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

#add5df Text Font Color

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

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


#add5df Background Color

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

This div background color is #add5df


#add5df Border Color

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

This div border color is #add5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add5df

#add5df Color Palettes


Comments

No comments written yet.

Please login to write comment.