Color Hex Logo

#add5fd Color Hex

#ADD5FD
(173,213,253)
0 Favorites   0 Comments

Color spaces of #add5fd

RGB 173213253
HSL0.580.950.84
HSV210°32°99°
CMYK 0.320.160.00   0.01
XYZ58.757563.5646102.1008
Yxy63.56460.26180.2832
Hunter Lab79.7274-7.9721-20.1190
CIE-Lab83.7386-3.9710-23.7950

#add5fd color RGB value is (173,213,253).

#add5fd hex color red value is 173, green value is 213 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #add5fd hue: 0.58 , saturation: 0.95 and the lightness value of add5fd is 0.84.

The process color (four color CMYK) of #add5fd color hex is 0.32, 0.16, 0.00, 0.01. Web safe color of #add5fd is #99ccff. Color #add5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 11111101
Octal 255 325 375
Decimal 173 213 253
Hex AD D5 FD

RGB Percentages of Color #add5fd

%27.07
%33.33
%39.59

CMYK Percentages of Color #add5fd

%32
%16
%0
%1

Triadic Colors of #add5fd

#add5fd #fdadd5 #d5fdad

Analogous Colors of #add5fd

#add5fd #adadfd #adfdfd

Monochromatic Colors of #add5fd

#add5fd

Complementary Color

#add5fd #fdd5ad

#add5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add5fd Color CSS Codes

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

#add5fd Text Font Color

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

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


#add5fd Background Color

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

This div background color is #add5fd


#add5fd Border Color

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

This div border color is #add5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add5fd


Comments

No comments written yet.

Please login to write comment.