Color Hex Logo

#add8fa Color Hex

#ADD8FA
(173,216,250)
0 Favorites   0 Comments

Color spaces of #add8fa

RGB 173216250
HSL0.570.890.83
HSV206°31°98°
CMYK 0.310.140.00   0.02
XYZ59.044864.898199.8571
Yxy64.89810.26380.2900
Hunter Lab80.5594-10.1499-17.1012
CIE-Lab84.4312-6.2634-21.1562

#add8fa color RGB value is (173,216,250).

#add8fa hex color red value is 173, green value is 216 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #add8fa hue: 0.57 , saturation: 0.89 and the lightness value of add8fa is 0.83.

The process color (four color CMYK) of #add8fa color hex is 0.31, 0.14, 0.00, 0.02. Web safe color of #add8fa is #99ccff. Color #add8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 11111010
Octal 255 330 372
Decimal 173 216 250
Hex AD D8 FA

RGB Percentages of Color #add8fa

%27.07
%33.80
%39.12

CMYK Percentages of Color #add8fa

%31
%14
%0
%2

Triadic Colors of #add8fa

#add8fa #faadd8 #d8faad

Analogous Colors of #add8fa

#add8fa #adb2fa #adfaf6

Monochromatic Colors of #add8fa

#add8fa

Complementary Color

#add8fa #facfad

#add8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#add8fa Color CSS Codes

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

#add8fa Text Font Color

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

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


#add8fa Background Color

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

This div background color is #add8fa


#add8fa Border Color

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

This div border color is #add8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.