Color Hex Logo

#ade4db Color Hex

#ADE4DB
(173,228,219)
0 Favorites   0 Comments

Color spaces of #ade4db

RGB 173228219
HSL0.470.500.79
HSV170°24°89°
CMYK 0.240.000.04   0.11
XYZ57.763269.485577.3854
Yxy69.48550.28230.3396
Hunter Lab83.3580-22.18423.3087
CIE-Lab86.7439-19.3413-1.3381

#ade4db color RGB value is (173,228,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 11011011
Octal 255 344 333
Decimal 173 228 219
Hex AD E4 DB

RGB Percentages of Color #ade4db

%27.90
%36.77
%35.32

CMYK Percentages of Color #ade4db

%24
%0
%4
%11

Triadic Colors of #ade4db

#ade4db #dbade4 #e4dbad

Analogous Colors of #ade4db

#ade4db #add2e4 #ade4c0

Monochromatic Colors of #ade4db

#ade4db

Complementary Color

#ade4db #e4adb6

#ade4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4db Color CSS Codes

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

#ade4db Text Font Color

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

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


#ade4db Background Color

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

This div background color is #ade4db


#ade4db Border Color

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

This div border color is #ade4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4db


Comments

No comments written yet.

Please login to write comment.