Color Hex Logo

#add3fb Color Hex

#ADD3FB
(173,211,251)
0 Favorites   0 Comments

Color spaces of #add3fb

RGB 173211251
HSL0.590.910.83
HSV211°31°98°
CMYK 0.310.160.00   0.02
XYZ57.940462.4378100.2647
Yxy62.43780.26260.2830
Hunter Lab79.0176-7.3940-19.9202
CIE-Lab83.1457-3.3991-23.6367

#add3fb color RGB value is (173,211,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 11111011
Octal 255 323 373
Decimal 173 211 251
Hex AD D3 FB

RGB Percentages of Color #add3fb

%27.24
%33.23
%39.53

CMYK Percentages of Color #add3fb

%31
%16
%0
%2

Triadic Colors of #add3fb

#add3fb #fbadd3 #d3fbad

Analogous Colors of #add3fb

#add3fb #aeadfb #adfafb

Monochromatic Colors of #add3fb

#add3fb

Complementary Color

#add3fb #fbd5ad

#add3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3fb Color CSS Codes

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

#add3fb Text Font Color

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

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


#add3fb Background Color

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

This div background color is #add3fb


#add3fb Border Color

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

This div border color is #add3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.