Color Hex Logo

#add1da Color Hex

#ADD1DA
(173,209,218)
0 Favorites   0 Comments

Color spaces of #add1da

RGB 173209218
HSL0.530.380.77
HSV192°21°85°
CMYK 0.210.040.00   0.15
XYZ52.688959.547175.0464
Yxy59.54710.28130.3180
Hunter Lab77.1668-13.1634-3.6441
CIE-Lab81.5914-9.9158-8.4051

#add1da color RGB value is (173,209,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 11011010
Octal 255 321 332
Decimal 173 209 218
Hex AD D1 DA

RGB Percentages of Color #add1da

%28.83
%34.83
%36.33

CMYK Percentages of Color #add1da

%21
%4
%0
%15

Triadic Colors of #add1da

#add1da #daadd1 #d1daad

Analogous Colors of #add1da

#add1da #adbbda #addacd

Monochromatic Colors of #add1da

#add1da

Complementary Color

#add1da #dab6ad

#add1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1da Color CSS Codes

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

#add1da Text Font Color

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

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


#add1da Background Color

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

This div background color is #add1da


#add1da Border Color

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

This div border color is #add1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1da


Comments

No comments written yet.

Please login to write comment.