Color Hex Logo

#add1dd Color Hex

#ADD1DD
(173,209,221)
0 Favorites   0 Comments

Color spaces of #add1dd

RGB 173209221
HSL0.540.410.77
HSV195°22°87°
CMYK 0.220.050.00   0.13
XYZ53.085259.705677.1331
Yxy59.70560.27950.3144
Hunter Lab77.2694-12.5894-5.0968
CIE-Lab81.6779-9.2615-9.8784

#add1dd color RGB value is (173,209,221).

#add1dd hex color red value is 173, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #add1dd hue: 0.54 , saturation: 0.41 and the lightness value of add1dd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 11011101
Octal 255 321 335
Decimal 173 209 221
Hex AD D1 DD

RGB Percentages of Color #add1dd

%28.69
%34.66
%36.65

CMYK Percentages of Color #add1dd

%22
%5
%0
%13

Triadic Colors of #add1dd

#add1dd #ddadd1 #d1ddad

Analogous Colors of #add1dd

#add1dd #adb9dd #adddd1

Monochromatic Colors of #add1dd

#add1dd

Complementary Color

#add1dd #ddb9ad

#add1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1dd Color CSS Codes

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

#add1dd Text Font Color

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

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


#add1dd Background Color

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

This div background color is #add1dd


#add1dd Border Color

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

This div border color is #add1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1dd


Comments

No comments written yet.

Please login to write comment.