Color Hex Logo

#9bbbeb Color Hex

#9BBBEB
(155,187,235)
0 Favorites   0 Comments

Color spaces of #9bbbeb

RGB 155187235
HSL0.600.670.76
HSV216°34°92°
CMYK 0.340.200.00   0.08
XYZ46.283348.507485.5207
Yxy48.50740.25670.2690
Hunter Lab69.6473-3.2625-24.0498
CIE-Lab75.14380.5063-27.3855

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

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

The process color (four color CMYK) of #9bbbeb color hex is 0.34, 0.20, 0.00, 0.08. Web safe color of #9bbbeb is #99ccff. Color #9bbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 11101011
Octal 233 273 353
Decimal 155 187 235
Hex 9B BB EB

RGB Percentages of Color #9bbbeb

%26.86
%32.41
%40.73

CMYK Percentages of Color #9bbbeb

%34
%20
%0
%8

Triadic Colors of #9bbbeb

#9bbbeb #eb9bbb #bbeb9b

Analogous Colors of #9bbbeb

#9bbbeb #a39beb #9be3eb

Monochromatic Colors of #9bbbeb

#9bbbeb

Complementary Color

#9bbbeb #ebcb9b

#9bbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbeb Color CSS Codes

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

#9bbbeb Text Font Color

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

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


#9bbbeb Background Color

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

This div background color is #9bbbeb


#9bbbeb Border Color

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

This div border color is #9bbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbeb


Comments

No comments written yet.

Please login to write comment.