Color Hex Logo

#adeadd Color Hex

#ADEADD
(173,234,221)
0 Favorites   0 Comments

Color spaces of #adeadd

RGB 173234221
HSL0.460.590.80
HSV167°26°92°
CMYK 0.260.000.06   0.08
XYZ59.707572.950379.3405
Yxy72.95030.28160.3441
Hunter Lab85.4109-24.68674.7116
CIE-Lab88.4240-21.88360.0680

#adeadd color RGB value is (173,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011101
Octal 255 352 335
Decimal 173 234 221
Hex AD EA DD

RGB Percentages of Color #adeadd

%27.55
%37.26
%35.19

CMYK Percentages of Color #adeadd

%26
%0
%6
%8

Triadic Colors of #adeadd

#adeadd #ddadea #eaddad

Analogous Colors of #adeadd

#adeadd #add9ea #adeabf

Monochromatic Colors of #adeadd

#adeadd

Complementary Color

#adeadd #eaadba

#adeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeadd Color CSS Codes

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

#adeadd Text Font Color

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

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


#adeadd Background Color

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

This div background color is #adeadd


#adeadd Border Color

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

This div border color is #adeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeadd


Comments

No comments written yet.

Please login to write comment.