Color Hex Logo

#9b9edb Color Hex

#9B9EDB
(155,158,219)
0 Favorites   0 Comments

Color spaces of #9b9edb

RGB 155158219
HSL0.660.470.73
HSV237°29°86°
CMYK 0.290.280.00   0.14
XYZ38.530636.536872.0393
Yxy36.53680.26190.2484
Hunter Lab60.44578.0034-28.3500
CIE-Lab66.928112.6004-31.2948

#9b9edb color RGB value is (155,158,219).

#9b9edb hex color red value is 155, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9b9edb hue: 0.66 , saturation: 0.47 and the lightness value of 9b9edb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011110 11011011
Octal 233 236 333
Decimal 155 158 219
Hex 9B 9E DB

RGB Percentages of Color #9b9edb

%29.14
%29.70
%41.17

CMYK Percentages of Color #9b9edb

%29
%28
%0
%14

Triadic Colors of #9b9edb

#9b9edb #db9b9e #9edb9b

Analogous Colors of #9b9edb

#9b9edb #b89bdb #9bbedb

Monochromatic Colors of #9b9edb

#9b9edb

Complementary Color

#9b9edb #dbd89b

#9b9edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9edb Color CSS Codes

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

#9b9edb Text Font Color

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

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


#9b9edb Background Color

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

This div background color is #9b9edb


#9b9edb Border Color

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

This div border color is #9b9edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9edb


Comments

No comments written yet.

Please login to write comment.