Color Hex Logo

#ade5de Color Hex

#ADE5DE
(173,229,222)
1 Favorites   0 Comments

Color spaces of #ade5de

RGB 173229222
HSL0.480.520.79
HSV173°24°90°
CMYK 0.240.000.03   0.10
XYZ58.437770.196879.5766
Yxy70.19680.28070.3371
Hunter Lab83.7835-22.12022.3355
CIE-Lab87.0933-19.2052-2.4047

#ade5de color RGB value is (173,229,222).

#ade5de hex color red value is 173, green value is 229 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ade5de hue: 0.48 , saturation: 0.52 and the lightness value of ade5de is 0.79.

The process color (four color CMYK) of #ade5de color hex is 0.24, 0.00, 0.03, 0.10. Web safe color of #ade5de is #99cccc. Color #ade5de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100101 11011110
Octal 255 345 336
Decimal 173 229 222
Hex AD E5 DE

RGB Percentages of Color #ade5de

%27.72
%36.70
%35.58

CMYK Percentages of Color #ade5de

%24
%0
%3
%10

Triadic Colors of #ade5de

#ade5de #deade5 #e5dead

Analogous Colors of #ade5de

#ade5de #add0e5 #ade5c2

Monochromatic Colors of #ade5de

#ade5de

Complementary Color

#ade5de #e5adb4

#ade5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade5de Color CSS Codes

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

#ade5de Text Font Color

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

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


#ade5de Background Color

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

This div background color is #ade5de


#ade5de Border Color

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

This div border color is #ade5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade5de

#ade5de Color Palettes


Comments

No comments written yet.

Please login to write comment.