Color Hex Logo

#ade9ed Color Hex

#ADE9ED
(173,233,237)
0 Favorites   0 Comments

Color spaces of #ade9ed

RGB 173233237
HSL0.510.640.80
HSV184°27°93°
CMYK 0.270.020.00   0.07
XYZ61.658673.276591.0148
Yxy73.27650.27290.3243
Hunter Lab85.6017-21.2300-3.1181
CIE-Lab88.5794-17.9390-8.0905

#ade9ed color RGB value is (173,233,237).

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

The process color (four color CMYK) of #ade9ed color hex is 0.27, 0.02, 0.00, 0.07. Web safe color of #ade9ed is #99ffff. Color #ade9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 11101101
Octal 255 351 355
Decimal 173 233 237
Hex AD E9 ED

RGB Percentages of Color #ade9ed

%26.91
%36.24
%36.86

CMYK Percentages of Color #ade9ed

%27
%2
%0
%7

Triadic Colors of #ade9ed

#ade9ed #edade9 #e9edad

Analogous Colors of #ade9ed

#ade9ed #adc9ed #adedd1

Monochromatic Colors of #ade9ed

#ade9ed

Complementary Color

#ade9ed #edb1ad

#ade9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade9ed Color CSS Codes

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

#ade9ed Text Font Color

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

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


#ade9ed Background Color

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

This div background color is #ade9ed


#ade9ed Border Color

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

This div border color is #ade9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade9ed


Comments

No comments written yet.

Please login to write comment.