Color Hex Logo

#8daead Color Hex

#8DAEAD
(141,174,173)
0 Favorites   0 Comments

Color spaces of #8daead

RGB 141174173
HSL0.490.170.62
HSV178°19°68°
CMYK 0.190.000.01   0.32
XYZ33.663438.952045.2794
Yxy38.95200.28550.3304
Hunter Lab62.4115-12.94120.6733
CIE-Lab68.7165-11.3963-3.2200

#8daead color RGB value is (141,174,173).

#8daead hex color red value is 141, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8daead hue: 0.49 , saturation: 0.17 and the lightness value of 8daead is 0.62.

The process color (four color CMYK) of #8daead color hex is 0.19, 0.00, 0.01, 0.32. Web safe color of #8daead is #999999. Color #8daead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 10101101
Octal 215 256 255
Decimal 141 174 173
Hex 8D AE AD

RGB Percentages of Color #8daead

%28.89
%35.66
%35.45

CMYK Percentages of Color #8daead

%19
%0
%1
%32

Triadic Colors of #8daead

#8daead #ad8dae #aead8d

Analogous Colors of #8daead

#8daead #8d9fae #8dae9d

Monochromatic Colors of #8daead

#8daead

Complementary Color

#8daead #ae8d8e

#8daead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daead Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daead Color CSS Codes

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

#8daead Text Font Color

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

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


#8daead Background Color

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

This div background color is #8daead


#8daead Border Color

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

This div border color is #8daead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,174,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8daead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8daead;
  -webkit-box-shadow: 1px 1px 3px 2px #8daead;
  box-shadow:         1px 1px 3px 2px #8daead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daead


Comments

No comments written yet.

Please login to write comment.