Color Hex Logo

#9e8ebb Color Hex

#9E8EBB
(158,142,187)
0 Favorites   0 Comments

Color spaces of #9e8ebb

RGB 158142187
HSL0.730.250.65
HSV261°24°73°
CMYK 0.160.240.00   0.27
XYZ32.743230.203051.1177
Yxy30.20300.28710.2648
Hunter Lab54.957310.1740-16.6777
CIE-Lab61.829015.0380-21.2536

#9e8ebb color RGB value is (158,142,187).

#9e8ebb hex color red value is 158, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e8ebb hue: 0.73 , saturation: 0.25 and the lightness value of 9e8ebb is 0.65.

The process color (four color CMYK) of #9e8ebb color hex is 0.16, 0.24, 0.00, 0.27. Web safe color of #9e8ebb is #9999cc. Color #9e8ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10001110 10111011
Octal 236 216 273
Decimal 158 142 187
Hex 9E 8E BB

RGB Percentages of Color #9e8ebb

%32.44
%29.16
%38.40

CMYK Percentages of Color #9e8ebb

%16
%24
%0
%27

Triadic Colors of #9e8ebb

#9e8ebb #bb9e8e #8ebb9e

Analogous Colors of #9e8ebb

#9e8ebb #b58ebb #8e95bb

Monochromatic Colors of #9e8ebb

#9e8ebb

Complementary Color

#9e8ebb #abbb8e

#9e8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e8ebb Color CSS Codes

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

#9e8ebb Text Font Color

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

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


#9e8ebb Background Color

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

This div background color is #9e8ebb


#9e8ebb Border Color

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

This div border color is #9e8ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e8ebb


Comments

No comments written yet.

Please login to write comment.