Color Hex Logo

#ade4dc Color Hex

#ADE4DC
(173,228,220)
0 Favorites   0 Comments

Color spaces of #ade4dc

RGB 173228220
HSL0.480.500.79
HSV171°24°89°
CMYK 0.240.000.04   0.11
XYZ57.895369.538378.0810
Yxy69.53830.28170.3384
Hunter Lab83.3896-22.00382.8572
CIE-Lab86.7699-19.1308-1.8264

#ade4dc color RGB value is (173,228,220).

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

The process color (four color CMYK) of #ade4dc color hex is 0.24, 0.00, 0.04, 0.11. Web safe color of #ade4dc is #99cccc. Color #ade4dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 11011100
Octal 255 344 334
Decimal 173 228 220
Hex AD E4 DC

RGB Percentages of Color #ade4dc

%27.86
%36.71
%35.43

CMYK Percentages of Color #ade4dc

%24
%0
%4
%11

Triadic Colors of #ade4dc

#ade4dc #dcade4 #e4dcad

Analogous Colors of #ade4dc

#ade4dc #add1e4 #ade4c1

Monochromatic Colors of #ade4dc

#ade4dc

Complementary Color

#ade4dc #e4adb5

#ade4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4dc Color CSS Codes

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

#ade4dc Text Font Color

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

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


#ade4dc Background Color

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

This div background color is #ade4dc


#ade4dc Border Color

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

This div border color is #ade4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4dc


Comments

No comments written yet.

Please login to write comment.