Color Hex Logo

#add1fa Color Hex

#ADD1FA
(173,209,250)
0 Favorites   0 Comments

Color spaces of #add1fa

RGB 173209250
HSL0.590.890.83
HSV212°31°98°
CMYK 0.310.160.00   0.02
XYZ57.289461.387399.2719
Yxy61.38730.26290.2817
Hunter Lab78.3500-6.5937-20.2772
CIE-Lab82.5865-2.5827-23.9564

#add1fa color RGB value is (173,209,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 11111010
Octal 255 321 372
Decimal 173 209 250
Hex AD D1 FA

RGB Percentages of Color #add1fa

%27.37
%33.07
%39.56

CMYK Percentages of Color #add1fa

%31
%16
%0
%2

Triadic Colors of #add1fa

#add1fa #faadd1 #d1faad

Analogous Colors of #add1fa

#add1fa #b0adfa #adf8fa

Monochromatic Colors of #add1fa

#add1fa

Complementary Color

#add1fa #fad6ad

#add1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1fa Color CSS Codes

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

#add1fa Text Font Color

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

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


#add1fa Background Color

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

This div background color is #add1fa


#add1fa Border Color

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

This div border color is #add1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1fa


Comments

No comments written yet.

Please login to write comment.