Color Hex Logo

#9eaead Color Hex

#9EAEAD
(158,174,173)
0 Favorites   0 Comments

Color spaces of #9eaead

RGB 158174173
HSL0.490.090.65
HSV176°68°
CMYK 0.090.000.01   0.32
XYZ36.779440.558345.4252
Yxy40.55830.29960.3304
Hunter Lab63.6854-8.36272.2897
CIE-Lab69.8653-5.7537-1.3993

#9eaead color RGB value is (158,174,173).

#9eaead hex color red value is 158, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9eaead hue: 0.49 , saturation: 0.09 and the lightness value of 9eaead is 0.65.

The process color (four color CMYK) of #9eaead color hex is 0.09, 0.00, 0.01, 0.32. Web safe color of #9eaead is #999999. Color #9eaead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 10101101
Octal 236 256 255
Decimal 158 174 173
Hex 9E AE AD

RGB Percentages of Color #9eaead

%31.29
%34.46
%34.26

CMYK Percentages of Color #9eaead

%9
%0
%1
%32

Triadic Colors of #9eaead

#9eaead #ad9eae #aead9e

Analogous Colors of #9eaead

#9eaead #9ea7ae #9eaea5

Monochromatic Colors of #9eaead

#9eaead

Complementary Color

#9eaead #ae9e9f

#9eaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaead Color CSS Codes

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

#9eaead Text Font Color

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

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


#9eaead Background Color

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

This div background color is #9eaead


#9eaead Border Color

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

This div border color is #9eaead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,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 #9eaead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaead


Comments

No comments written yet.

Please login to write comment.