Color Hex Logo

#add4fd Color Hex

#ADD4FD
(173,212,253)
0 Favorites   0 Comments

Color spaces of #add4fd

RGB 173212253
HSL0.590.950.84
HSV211°32°99°
CMYK 0.320.160.00   0.01
XYZ58.506763.0631102.0173
Yxy63.06310.26170.2821
Hunter Lab79.4123-7.4623-20.5785
CIE-Lab83.4756-3.4443-24.1951

#add4fd color RGB value is (173,212,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 11111101
Octal 255 324 375
Decimal 173 212 253
Hex AD D4 FD

RGB Percentages of Color #add4fd

%27.12
%33.23
%39.66

CMYK Percentages of Color #add4fd

%32
%16
%0
%1

Triadic Colors of #add4fd

#add4fd #fdadd4 #d4fdad

Analogous Colors of #add4fd

#add4fd #aeadfd #adfcfd

Monochromatic Colors of #add4fd

#add4fd

Complementary Color

#add4fd #fdd6ad

#add4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add4fd Color CSS Codes

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

#add4fd Text Font Color

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

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


#add4fd Background Color

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

This div background color is #add4fd


#add4fd Border Color

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

This div border color is #add4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add4fd


Comments

No comments written yet.

Please login to write comment.