Color Hex Logo

#ade0dd Color Hex

#ADE0DD
(173,224,221)
0 Favorites   0 Comments

Color spaces of #ade0dd

RGB 173224221
HSL0.490.450.78
HSV176°23°88°
CMYK 0.230.000.01   0.12
XYZ56.940467.416078.4181
Yxy67.41600.28080.3325
Hunter Lab82.1072-19.90010.8490
CIE-Lab85.7136-16.9208-3.9050

#ade0dd color RGB value is (173,224,221).

#ade0dd hex color red value is 173, green value is 224 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ade0dd hue: 0.49 , saturation: 0.45 and the lightness value of ade0dd is 0.78.

The process color (four color CMYK) of #ade0dd color hex is 0.23, 0.00, 0.01, 0.12. Web safe color of #ade0dd is #99cccc. Color #ade0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 11011101
Octal 255 340 335
Decimal 173 224 221
Hex AD E0 DD

RGB Percentages of Color #ade0dd

%27.99
%36.25
%35.76

CMYK Percentages of Color #ade0dd

%23
%0
%1
%12

Triadic Colors of #ade0dd

#ade0dd #ddade0 #e0ddad

Analogous Colors of #ade0dd

#ade0dd #adcae0 #ade0c4

Monochromatic Colors of #ade0dd

#ade0dd

Complementary Color

#ade0dd #e0adb0

#ade0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade0dd Color CSS Codes

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

#ade0dd Text Font Color

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

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


#ade0dd Background Color

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

This div background color is #ade0dd


#ade0dd Border Color

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

This div border color is #ade0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade0dd


Comments

No comments written yet.

Please login to write comment.