Color Hex Logo

#add3fd Color Hex

#ADD3FD
(173,211,253)
0 Favorites   0 Comments

Color spaces of #add3fd

RGB 173211253
HSL0.590.950.84
HSV212°32°99°
CMYK 0.320.170.00   0.01
XYZ58.257562.5646101.9342
Yxy62.56460.26150.2809
Hunter Lab79.0978-6.9514-21.0392
CIE-Lab83.2128-2.9162-24.5951

#add3fd color RGB value is (173,211,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 11111101
Octal 255 323 375
Decimal 173 211 253
Hex AD D3 FD

RGB Percentages of Color #add3fd

%27.16
%33.12
%39.72

CMYK Percentages of Color #add3fd

%32
%17
%0
%1

Triadic Colors of #add3fd

#add3fd #fdadd3 #d3fdad

Analogous Colors of #add3fd

#add3fd #afadfd #adfbfd

Monochromatic Colors of #add3fd

#add3fd

Complementary Color

#add3fd #fdd7ad

#add3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3fd Color CSS Codes

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

#add3fd Text Font Color

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

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


#add3fd Background Color

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

This div background color is #add3fd


#add3fd Border Color

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

This div border color is #add3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3fd


Comments

No comments written yet.

Please login to write comment.