Color Hex Logo

#adead8 Color Hex

#ADEAD8
(173,234,216)
0 Favorites   0 Comments

Color spaces of #adead8

RGB 173234216
HSL0.450.590.80
HSV162°26°92°
CMYK 0.260.000.08   0.08
XYZ59.051172.687775.8836
Yxy72.68770.28440.3501
Hunter Lab85.2571-25.56656.9085
CIE-Lab88.2986-22.91792.5045

#adead8 color RGB value is (173,234,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011000
Octal 255 352 330
Decimal 173 234 216
Hex AD EA D8

RGB Percentages of Color #adead8

%27.77
%37.56
%34.67

CMYK Percentages of Color #adead8

%26
%0
%8
%8

Triadic Colors of #adead8

#adead8 #d8adea #ead8ad

Analogous Colors of #adead8

#adead8 #addeea #adeaba

Monochromatic Colors of #adead8

#adead8

Complementary Color

#adead8 #eaadbf

#adead8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adead8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adead8 Color CSS Codes

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

#adead8 Text Font Color

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

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


#adead8 Background Color

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

This div background color is #adead8


#adead8 Border Color

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

This div border color is #adead8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adead8


Comments

No comments written yet.

Please login to write comment.