Color Hex Logo

#add0da Color Hex

#ADD0DA
(173,208,218)
0 Favorites   0 Comments

Color spaces of #add0da

RGB 173208218
HSL0.540.380.77
HSV193°21°85°
CMYK 0.210.050.00   0.15
XYZ52.444359.057974.9649
Yxy59.05790.28130.3167
Hunter Lab76.8491-12.6719-4.0419
CIE-Lab81.3234-9.3973-8.8032

#add0da color RGB value is (173,208,218).

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

The process color (four color CMYK) of #add0da color hex is 0.21, 0.05, 0.00, 0.15. Web safe color of #add0da is #99cccc. Color #add0da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 11011010
Octal 255 320 332
Decimal 173 208 218
Hex AD D0 DA

RGB Percentages of Color #add0da

%28.88
%34.72
%36.39

CMYK Percentages of Color #add0da

%21
%5
%0
%15

Triadic Colors of #add0da

#add0da #daadd0 #d0daad

Analogous Colors of #add0da

#add0da #adbada #addace

Monochromatic Colors of #add0da

#add0da

Complementary Color

#add0da #dab7ad

#add0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#add0da Color CSS Codes

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

#add0da Text Font Color

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

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


#add0da Background Color

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

This div background color is #add0da


#add0da Border Color

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

This div border color is #add0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add0da


Comments

No comments written yet.

Please login to write comment.