Color Hex Logo

#adeadb Color Hex

#ADEADB
(173,234,219)
0 Favorites   0 Comments

Color spaces of #adeadb

RGB 173234219
HSL0.460.590.80
HSV165°26°92°
CMYK 0.260.000.06   0.08
XYZ59.442672.844377.9452
Yxy72.84430.28270.3465
Hunter Lab85.3489-25.04135.5974
CIE-Lab88.3734-22.29971.0420

#adeadb color RGB value is (173,234,219).

#adeadb hex color red value is 173, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adeadb hue: 0.46 , saturation: 0.59 and the lightness value of adeadb is 0.80.

The process color (four color CMYK) of #adeadb color hex is 0.26, 0.00, 0.06, 0.08. Web safe color of #adeadb is #99ffcc. Color #adeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011011
Octal 255 352 333
Decimal 173 234 219
Hex AD EA DB

RGB Percentages of Color #adeadb

%27.64
%37.38
%34.98

CMYK Percentages of Color #adeadb

%26
%0
%6
%8

Triadic Colors of #adeadb

#adeadb #dbadea #eadbad

Analogous Colors of #adeadb

#adeadb #addbea #adeabd

Monochromatic Colors of #adeadb

#adeadb

Complementary Color

#adeadb #eaadbc

#adeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeadb Color CSS Codes

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

#adeadb Text Font Color

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

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


#adeadb Background Color

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

This div background color is #adeadb


#adeadb Border Color

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

This div border color is #adeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeadb

#adeadb Color Palettes


Comments

No comments written yet.

Please login to write comment.