Color Hex Logo

#9e9fb5 Color Hex

#9E9FB5
(158,159,181)
0 Favorites   0 Comments

Color spaces of #9e9fb5

RGB 158159181
HSL0.660.130.66
HSV237°13°71°
CMYK 0.130.120.00   0.29
XYZ34.839235.401648.7130
Yxy35.40160.29290.2976
Hunter Lab59.49920.3953-6.8922
CIE-Lab66.06014.1251-11.4818

#9e9fb5 color RGB value is (158,159,181).

#9e9fb5 hex color red value is 158, green value is 159 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #9e9fb5 hue: 0.66 , saturation: 0.13 and the lightness value of 9e9fb5 is 0.66.

The process color (four color CMYK) of #9e9fb5 color hex is 0.13, 0.12, 0.00, 0.29. Web safe color of #9e9fb5 is #9999cc. Color #9e9fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011111 10110101
Octal 236 237 265
Decimal 158 159 181
Hex 9E 9F B5

RGB Percentages of Color #9e9fb5

%31.73
%31.93
%36.35

CMYK Percentages of Color #9e9fb5

%13
%12
%0
%29

Triadic Colors of #9e9fb5

#9e9fb5 #b59e9f #9fb59e

Analogous Colors of #9e9fb5

#9e9fb5 #a99eb5 #9eabb5

Monochromatic Colors of #9e9fb5

#9e9fb5

Complementary Color

#9e9fb5 #b5b49e

#9e9fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9fb5 Color CSS Codes

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

#9e9fb5 Text Font Color

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

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


#9e9fb5 Background Color

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

This div background color is #9e9fb5


#9e9fb5 Border Color

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

This div border color is #9e9fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9fb5


Comments

No comments written yet.

Please login to write comment.