Color Hex Logo

#9eb5bd Color Hex

#9EB5BD
(158,181,189)
0 Favorites   0 Comments

Color spaces of #9eb5bd

RGB 158181189
HSL0.540.190.68
HSV195°16°74°
CMYK 0.160.040.00   0.26
XYZ39.809743.991054.5370
Yxy43.99100.28780.3180
Hunter Lab66.3257-8.9316-2.3238
CIE-Lab72.2225-6.1701-6.7251

#9eb5bd color RGB value is (158,181,189).

#9eb5bd hex color red value is 158, green value is 181 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9eb5bd hue: 0.54 , saturation: 0.19 and the lightness value of 9eb5bd is 0.68.

The process color (four color CMYK) of #9eb5bd color hex is 0.16, 0.04, 0.00, 0.26. Web safe color of #9eb5bd is #99cccc. Color #9eb5bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110101 10111101
Octal 236 265 275
Decimal 158 181 189
Hex 9E B5 BD

RGB Percentages of Color #9eb5bd

%29.92
%34.28
%35.80

CMYK Percentages of Color #9eb5bd

%16
%4
%0
%26

Triadic Colors of #9eb5bd

#9eb5bd #bd9eb5 #b5bd9e

Analogous Colors of #9eb5bd

#9eb5bd #9ea6bd #9ebdb6

Monochromatic Colors of #9eb5bd

#9eb5bd

Complementary Color

#9eb5bd #bda69e

#9eb5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb5bd Color CSS Codes

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

#9eb5bd Text Font Color

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

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


#9eb5bd Background Color

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

This div background color is #9eb5bd


#9eb5bd Border Color

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

This div border color is #9eb5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb5bd


Comments

No comments written yet.

Please login to write comment.