Color Hex Logo

#9eadaf Color Hex

#9EADAF
(158,173,175)
0 Favorites   0 Comments

Color spaces of #9eadaf

RGB 158173175
HSL0.520.100.65
HSV187°10°69°
CMYK 0.100.010.00   0.31
XYZ36.782040.251446.3881
Yxy40.25140.29800.3261
Hunter Lab63.4440-7.54061.0600
CIE-Lab69.6482-4.8092-2.8222

#9eadaf color RGB value is (158,173,175).

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

The process color (four color CMYK) of #9eadaf color hex is 0.10, 0.01, 0.00, 0.31. Web safe color of #9eadaf is #999999. Color #9eadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101101 10101111
Octal 236 255 257
Decimal 158 173 175
Hex 9E AD AF

RGB Percentages of Color #9eadaf

%31.23
%34.19
%34.58

CMYK Percentages of Color #9eadaf

%10
%1
%0
%31

Triadic Colors of #9eadaf

#9eadaf #af9ead #adaf9e

Analogous Colors of #9eadaf

#9eadaf #9ea5af #9eafa9

Monochromatic Colors of #9eadaf

#9eadaf

Complementary Color

#9eadaf #afa09e

#9eadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eadaf Color CSS Codes

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

#9eadaf Text Font Color

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

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


#9eadaf Background Color

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

This div background color is #9eadaf


#9eadaf Border Color

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

This div border color is #9eadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eadaf


Comments

No comments written yet.

Please login to write comment.