Color Hex Logo

#add3ed Color Hex

#ADD3ED
(173,211,237)
0 Favorites   0 Comments

Color spaces of #add3ed

RGB 173211237
HSL0.570.640.80
HSV204°27°93°
CMYK 0.270.110.00   0.07
XYZ55.813961.587289.0666
Yxy61.58720.27030.2983
Hunter Lab78.4775-10.3849-12.3558
CIE-Lab82.6934-6.7010-16.8849

#add3ed color RGB value is (173,211,237).

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

The process color (four color CMYK) of #add3ed color hex is 0.27, 0.11, 0.00, 0.07. Web safe color of #add3ed is #99ccff. Color #add3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 11101101
Octal 255 323 355
Decimal 173 211 237
Hex AD D3 ED

RGB Percentages of Color #add3ed

%27.86
%33.98
%38.16

CMYK Percentages of Color #add3ed

%27
%11
%0
%7

Triadic Colors of #add3ed

#add3ed #edadd3 #d3edad

Analogous Colors of #add3ed

#add3ed #adb3ed #adede7

Monochromatic Colors of #add3ed

#add3ed

Complementary Color

#add3ed #edc7ad

#add3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3ed Color CSS Codes

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

#add3ed Text Font Color

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

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


#add3ed Background Color

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

This div background color is #add3ed


#add3ed Border Color

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

This div border color is #add3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3ed


Comments

No comments written yet.

Please login to write comment.