Color Hex Logo

#9e9abb Color Hex

#9E9ABB
(158,154,187)
0 Favorites   0 Comments

Color spaces of #9e9abb

RGB 158154187
HSL0.690.200.67
HSV247°18°73°
CMYK 0.160.180.00   0.27
XYZ34.625833.968251.7452
Yxy33.96820.28770.2823
Hunter Lab58.28224.0539-11.8424
CIE-Lab64.93738.2327-16.5279

#9e9abb color RGB value is (158,154,187).

#9e9abb hex color red value is 158, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e9abb hue: 0.69 , saturation: 0.20 and the lightness value of 9e9abb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011010 10111011
Octal 236 232 273
Decimal 158 154 187
Hex 9E 9A BB

RGB Percentages of Color #9e9abb

%31.66
%30.86
%37.47

CMYK Percentages of Color #9e9abb

%16
%18
%0
%27

Triadic Colors of #9e9abb

#9e9abb #bb9e9a #9abb9e

Analogous Colors of #9e9abb

#9e9abb #af9abb #9aa7bb

Monochromatic Colors of #9e9abb

#9e9abb

Complementary Color

#9e9abb #b7bb9a

#9e9abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9abb Color CSS Codes

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

#9e9abb Text Font Color

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

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


#9e9abb Background Color

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

This div background color is #9e9abb


#9e9abb Border Color

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

This div border color is #9e9abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9abb


Comments

No comments written yet.

Please login to write comment.