Color Hex Logo

#adead9 Color Hex

#ADEAD9
(173,234,217)
0 Favorites   0 Comments

Color spaces of #adead9

RGB 173234217
HSL0.450.590.80
HSV163°26°92°
CMYK 0.260.000.07   0.08
XYZ59.180872.739676.5666
Yxy72.73960.28390.3489
Hunter Lab85.2875-25.39246.4738
CIE-Lab88.3234-22.71272.0168

#adead9 color RGB value is (173,234,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011001
Octal 255 352 331
Decimal 173 234 217
Hex AD EA D9

RGB Percentages of Color #adead9

%27.72
%37.50
%34.78

CMYK Percentages of Color #adead9

%26
%0
%7
%8

Triadic Colors of #adead9

#adead9 #d9adea #ead9ad

Analogous Colors of #adead9

#adead9 #adddea #adeabb

Monochromatic Colors of #adead9

#adead9

Complementary Color

#adead9 #eaadbe

#adead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adead9 Color CSS Codes

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

#adead9 Text Font Color

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

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


#adead9 Background Color

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

This div background color is #adead9


#adead9 Border Color

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

This div border color is #adead9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adead9


Comments

No comments written yet.

Please login to write comment.