Color Hex Logo

#9eabbf Color Hex

#9EABBF
(158,171,191)
0 Favorites   0 Comments

Color spaces of #9eabbf

RGB 158171191
HSL0.600.200.68
HSV216°17°75°
CMYK 0.170.100.00   0.25
XYZ38.067440.156555.0348
Yxy40.15650.28570.3013
Hunter Lab63.3692-3.6667-7.1337
CIE-Lab69.5809-0.3229-11.7615

#9eabbf color RGB value is (158,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 10111111
Octal 236 253 277
Decimal 158 171 191
Hex 9E AB BF

RGB Percentages of Color #9eabbf

%30.38
%32.88
%36.73

CMYK Percentages of Color #9eabbf

%17
%10
%0
%25

Triadic Colors of #9eabbf

#9eabbf #bf9eab #abbf9e

Analogous Colors of #9eabbf

#9eabbf #a29ebf #9ebcbf

Monochromatic Colors of #9eabbf

#9eabbf

Complementary Color

#9eabbf #bfb29e

#9eabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabbf Color CSS Codes

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

#9eabbf Text Font Color

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

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


#9eabbf Background Color

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

This div background color is #9eabbf


#9eabbf Border Color

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

This div border color is #9eabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabbf


Comments

No comments written yet.

Please login to write comment.