Color Hex Logo

#add3da Color Hex

#ADD3DA
(173,211,218)
0 Favorites   0 Comments

Color spaces of #add3da

RGB 173211218
HSL0.530.380.77
HSV189°21°85°
CMYK 0.210.030.00   0.15
XYZ53.182760.534775.2110
Yxy60.53470.28150.3204
Hunter Lab77.8040-14.1440-2.8512
CIE-Lab82.1280-10.9494-7.6090

#add3da color RGB value is (173,211,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 11011010
Octal 255 323 332
Decimal 173 211 218
Hex AD D3 DA

RGB Percentages of Color #add3da

%28.74
%35.05
%36.21

CMYK Percentages of Color #add3da

%21
%3
%0
%15

Triadic Colors of #add3da

#add3da #daadd3 #d3daad

Analogous Colors of #add3da

#add3da #adbdda #addacb

Monochromatic Colors of #add3da

#add3da

Complementary Color

#add3da #dab4ad

#add3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3da Color CSS Codes

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

#add3da Text Font Color

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

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


#add3da Background Color

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

This div background color is #add3da


#add3da Border Color

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

This div border color is #add3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3da


Comments

No comments written yet.

Please login to write comment.