Color Hex Logo

#ade6dc Color Hex

#ADE6DC
(173,230,220)
0 Favorites   0 Comments

Color spaces of #ade6dc

RGB 173230220
HSL0.470.530.79
HSV169°25°90°
CMYK 0.250.000.04   0.10
XYZ58.448770.645278.2655
Yxy70.64520.28190.3407
Hunter Lab84.0507-22.96023.6264
CIE-Lab87.3123-20.1227-1.0321

#ade6dc color RGB value is (173,230,220).

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

The process color (four color CMYK) of #ade6dc color hex is 0.25, 0.00, 0.04, 0.10. Web safe color of #ade6dc is #99ffcc. Color #ade6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 11011100
Octal 255 346 334
Decimal 173 230 220
Hex AD E6 DC

RGB Percentages of Color #ade6dc

%27.77
%36.92
%35.31

CMYK Percentages of Color #ade6dc

%25
%0
%4
%10

Triadic Colors of #ade6dc

#ade6dc #dcade6 #e6dcad

Analogous Colors of #ade6dc

#ade6dc #add4e6 #ade6c0

Monochromatic Colors of #ade6dc

#ade6dc

Complementary Color

#ade6dc #e6adb7

#ade6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade6dc Color CSS Codes

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

#ade6dc Text Font Color

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

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


#ade6dc Background Color

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

This div background color is #ade6dc


#ade6dc Border Color

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

This div border color is #ade6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade6dc


Comments

No comments written yet.

Please login to write comment.