Color Hex Logo

#add3eb Color Hex

#ADD3EB
(173,211,235)
0 Favorites   0 Comments

Color spaces of #add3eb

RGB 173211235
HSL0.560.610.80
HSV203°26°92°
CMYK 0.260.100.00   0.08
XYZ55.523261.470987.5360
Yxy61.47090.27150.3005
Hunter Lab78.4034-10.7969-11.3139
CIE-Lab82.6312-7.1612-15.9144

#add3eb color RGB value is (173,211,235).

#add3eb hex color red value is 173, green value is 211 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #add3eb hue: 0.56 , saturation: 0.61 and the lightness value of add3eb is 0.80.

The process color (four color CMYK) of #add3eb color hex is 0.26, 0.10, 0.00, 0.08. Web safe color of #add3eb is #99ccff. Color #add3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 11101011
Octal 255 323 353
Decimal 173 211 235
Hex AD D3 EB

RGB Percentages of Color #add3eb

%27.95
%34.09
%37.96

CMYK Percentages of Color #add3eb

%26
%10
%0
%8

Triadic Colors of #add3eb

#add3eb #ebadd3 #d3ebad

Analogous Colors of #add3eb

#add3eb #adb4eb #adebe4

Monochromatic Colors of #add3eb

#add3eb

Complementary Color

#add3eb #ebc5ad

#add3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3eb Color CSS Codes

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

#add3eb Text Font Color

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

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


#add3eb Background Color

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

This div background color is #add3eb


#add3eb Border Color

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

This div border color is #add3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3eb


Comments

No comments written yet.

Please login to write comment.