Color Hex Logo

#8eadad Color Hex

#8EADAD
(142,173,173)
0 Favorites   0 Comments

Color spaces of #8eadad

RGB 142173173
HSL0.500.160.62
HSV180°18°68°
CMYK 0.180.000.00   0.32
XYZ33.641738.655145.2232
Yxy38.65510.28630.3289
Hunter Lab62.1732-12.21750.3952
CIE-Lab68.5007-10.5422-3.5303

#8eadad color RGB value is (142,173,173).

#8eadad hex color red value is 142, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8eadad hue: 0.50 , saturation: 0.16 and the lightness value of 8eadad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 10101101
Octal 216 255 255
Decimal 142 173 173
Hex 8E AD AD

RGB Percentages of Color #8eadad

%29.10
%35.45
%35.45

CMYK Percentages of Color #8eadad

%18
%0
%0
%32

Triadic Colors of #8eadad

#8eadad #ad8ead #adad8e

Analogous Colors of #8eadad

#8eadad #8e9ead #8ead9e

Monochromatic Colors of #8eadad

#8eadad

Complementary Color

#8eadad #ad8e8e

#8eadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eadad Color CSS Codes

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

#8eadad Text Font Color

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

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


#8eadad Background Color

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

This div background color is #8eadad


#8eadad Border Color

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

This div border color is #8eadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eadad


Comments

No comments written yet.

Please login to write comment.