Color Hex Logo

#ade3dc Color Hex

#ADE3DC
(173,227,220)
0 Favorites   0 Comments

Color spaces of #ade3dc

RGB 173227220
HSL0.480.490.78
HSV172°24°89°
CMYK 0.240.000.03   0.11
XYZ57.620968.989777.9895
Yxy68.98970.28160.3372
Hunter Lab83.0600-21.52502.4715
CIE-Lab86.4989-18.6335-2.2237

#ade3dc color RGB value is (173,227,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100011 11011100
Octal 255 343 334
Decimal 173 227 220
Hex AD E3 DC

RGB Percentages of Color #ade3dc

%27.90
%36.61
%35.48

CMYK Percentages of Color #ade3dc

%24
%0
%3
%11

Triadic Colors of #ade3dc

#ade3dc #dcade3 #e3dcad

Analogous Colors of #ade3dc

#ade3dc #adcfe3 #ade3c1

Monochromatic Colors of #ade3dc

#ade3dc

Complementary Color

#ade3dc #e3adb4

#ade3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade3dc Color CSS Codes

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

#ade3dc Text Font Color

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

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


#ade3dc Background Color

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

This div background color is #ade3dc


#ade3dc Border Color

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

This div border color is #ade3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade3dc


Comments

No comments written yet.

Please login to write comment.