Color Hex Logo

#add1df Color Hex

#ADD1DF
(173,209,223)
0 Favorites   0 Comments

Color spaces of #add1df

RGB 173209223
HSL0.550.440.78
HSV197°22°87°
CMYK 0.220.060.00   0.13
XYZ53.353359.812978.5451
Yxy59.81290.27830.3120
Hunter Lab77.3388-12.2021-6.0776
CIE-Lab81.7364-8.8215-10.8589

#add1df color RGB value is (173,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 11011111
Octal 255 321 337
Decimal 173 209 223
Hex AD D1 DF

RGB Percentages of Color #add1df

%28.60
%34.55
%36.86

CMYK Percentages of Color #add1df

%22
%6
%0
%13

Triadic Colors of #add1df

#add1df #dfadd1 #d1dfad

Analogous Colors of #add1df

#add1df #adb8df #addfd4

Monochromatic Colors of #add1df

#add1df

Complementary Color

#add1df #dfbbad

#add1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1df Color CSS Codes

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

#add1df Text Font Color

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

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


#add1df Background Color

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

This div background color is #add1df


#add1df Border Color

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

This div border color is #add1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1df

#add1df Color Palettes


Comments

No comments written yet.

Please login to write comment.