Color Hex Logo

#9b9beb Color Hex

#9B9BEB
(155,155,235)
0 Favorites   0 Comments

Color spaces of #9b9beb

RGB 155155235
HSL0.670.670.76
HSV240°34°92°
CMYK 0.340.340.00   0.08
XYZ40.234336.409483.5044
Yxy36.40940.25120.2273
Hunter Lab60.340213.4268-39.8129
CIE-Lab66.831618.3920-40.2552

#9b9beb color RGB value is (155,155,235).

#9b9beb hex color red value is 155, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9b9beb hue: 0.67 , saturation: 0.67 and the lightness value of 9b9beb is 0.76.

The process color (four color CMYK) of #9b9beb color hex is 0.34, 0.34, 0.00, 0.08. Web safe color of #9b9beb is #9999ff. Color #9b9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011011 11101011
Octal 233 233 353
Decimal 155 155 235
Hex 9B 9B EB

RGB Percentages of Color #9b9beb

%28.44
%28.44
%43.12

CMYK Percentages of Color #9b9beb

%34
%34
%0
%8

Triadic Colors of #9b9beb

#9b9beb #eb9b9b #9beb9b

Analogous Colors of #9b9beb

#9b9beb #c39beb #9bc3eb

Monochromatic Colors of #9b9beb

#9b9beb

Complementary Color

#9b9beb #ebeb9b

#9b9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9beb Color CSS Codes

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

#9b9beb Text Font Color

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

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


#9b9beb Background Color

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

This div background color is #9b9beb


#9b9beb Border Color

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

This div border color is #9b9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9beb


Comments

No comments written yet.

Please login to write comment.