Color Hex Logo

#ade3db Color Hex

#ADE3DB
(173,227,219)
0 Favorites   0 Comments

Color spaces of #ade3db

RGB 173227219
HSL0.480.490.78
HSV171°24°89°
CMYK 0.240.000.04   0.11
XYZ57.488868.936977.2940
Yxy68.93690.28220.3384
Hunter Lab83.0282-21.70592.9246
CIE-Lab86.4728-18.8444-1.7353

#ade3db color RGB value is (173,227,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100011 11011011
Octal 255 343 333
Decimal 173 227 219
Hex AD E3 DB

RGB Percentages of Color #ade3db

%27.95
%36.67
%35.38

CMYK Percentages of Color #ade3db

%24
%0
%4
%11

Triadic Colors of #ade3db

#ade3db #dbade3 #e3dbad

Analogous Colors of #ade3db

#ade3db #add0e3 #ade3c0

Monochromatic Colors of #ade3db

#ade3db

Complementary Color

#ade3db #e3adb5

#ade3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade3db Color CSS Codes

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

#ade3db Text Font Color

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

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


#ade3db Background Color

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

This div background color is #ade3db


#ade3db Border Color

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

This div border color is #ade3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade3db


Comments

No comments written yet.

Please login to write comment.