Color Hex Logo

#ade2da Color Hex

#ADE2DA
(173,226,218)
0 Favorites   0 Comments

Color spaces of #ade2da

RGB 173226218
HSL0.470.480.78
HSV171°23°89°
CMYK 0.230.000.04   0.11
XYZ57.084868.338976.5117
Yxy68.33890.28270.3384
Hunter Lab82.6673-21.40712.9920
CIE-Lab86.1756-18.5564-1.6437

#ade2da color RGB value is (173,226,218).

#ade2da hex color red value is 173, green value is 226 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ade2da hue: 0.47 , saturation: 0.48 and the lightness value of ade2da is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 11011010
Octal 255 342 332
Decimal 173 226 218
Hex AD E2 DA

RGB Percentages of Color #ade2da

%28.04
%36.63
%35.33

CMYK Percentages of Color #ade2da

%23
%0
%4
%11

Triadic Colors of #ade2da

#ade2da #daade2 #e2daad

Analogous Colors of #ade2da

#ade2da #add0e2 #ade2c0

Monochromatic Colors of #ade2da

#ade2da

Complementary Color

#ade2da #e2adb5

#ade2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade2da Color CSS Codes

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

#ade2da Text Font Color

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

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


#ade2da Background Color

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

This div background color is #ade2da


#ade2da Border Color

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

This div border color is #ade2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade2da


Comments

No comments written yet.

Please login to write comment.