Color Hex Logo

#9eaabf Color Hex

#9EAABF
(158,170,191)
0 Favorites   0 Comments

Color spaces of #9eaabf

RGB 158170191
HSL0.610.200.68
HSV218°17°75°
CMYK 0.170.110.00   0.25
XYZ37.879239.780154.9721
Yxy39.78010.28560.2999
Hunter Lab63.0715-3.1723-7.5262
CIE-Lab69.31260.2249-12.1634

#9eaabf color RGB value is (158,170,191).

#9eaabf hex color red value is 158, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9eaabf hue: 0.61 , saturation: 0.20 and the lightness value of 9eaabf is 0.68.

The process color (four color CMYK) of #9eaabf color hex is 0.17, 0.11, 0.00, 0.25. Web safe color of #9eaabf is #9999cc. Color #9eaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 10111111
Octal 236 252 277
Decimal 158 170 191
Hex 9E AA BF

RGB Percentages of Color #9eaabf

%30.44
%32.76
%36.80

CMYK Percentages of Color #9eaabf

%17
%11
%0
%25

Triadic Colors of #9eaabf

#9eaabf #bf9eaa #aabf9e

Analogous Colors of #9eaabf

#9eaabf #a39ebf #9ebbbf

Monochromatic Colors of #9eaabf

#9eaabf

Complementary Color

#9eaabf #bfb39e

#9eaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaabf Color CSS Codes

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

#9eaabf Text Font Color

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

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


#9eaabf Background Color

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

This div background color is #9eaabf


#9eaabf Border Color

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

This div border color is #9eaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaabf


Comments

No comments written yet.

Please login to write comment.