Color Hex Logo

#add2da Color Hex

#ADD2DA
(173,210,218)
0 Favorites   0 Comments

Color spaces of #add2da

RGB 173210218
HSL0.530.380.77
HSV191°21°85°
CMYK 0.210.040.00   0.15
XYZ52.935160.039475.1285
Yxy60.03940.28140.3192
Hunter Lab77.4851-13.6540-3.2472
CIE-Lab81.8596-10.4331-8.0071

#add2da color RGB value is (173,210,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 11011010
Octal 255 322 332
Decimal 173 210 218
Hex AD D2 DA

RGB Percentages of Color #add2da

%28.79
%34.94
%36.27

CMYK Percentages of Color #add2da

%21
%4
%0
%15

Triadic Colors of #add2da

#add2da #daadd2 #d2daad

Analogous Colors of #add2da

#add2da #adbcda #addacc

Monochromatic Colors of #add2da

#add2da

Complementary Color

#add2da #dab5ad

#add2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#add2da Color CSS Codes

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

#add2da Text Font Color

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

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


#add2da Background Color

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

This div background color is #add2da


#add2da Border Color

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

This div border color is #add2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add2da


Comments

No comments written yet.

Please login to write comment.