Color Hex Logo

#9bbbee Color Hex

#9BBBEE
(155,187,238)
0 Favorites   0 Comments

Color spaces of #9bbbee

RGB 155187238
HSL0.600.710.77
HSV217°35°93°
CMYK 0.350.210.00   0.07
XYZ46.720548.682387.8231
Yxy48.68230.25500.2657
Hunter Lab69.7727-2.5768-25.7876
CIE-Lab75.25331.2694-28.8382

#9bbbee color RGB value is (155,187,238).

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

The process color (four color CMYK) of #9bbbee color hex is 0.35, 0.21, 0.00, 0.07. Web safe color of #9bbbee is #99ccff. Color #9bbbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 11101110
Octal 233 273 356
Decimal 155 187 238
Hex 9B BB EE

RGB Percentages of Color #9bbbee

%26.72
%32.24
%41.03

CMYK Percentages of Color #9bbbee

%35
%21
%0
%7

Triadic Colors of #9bbbee

#9bbbee #ee9bbb #bbee9b

Analogous Colors of #9bbbee

#9bbbee #a59bee #9be5ee

Monochromatic Colors of #9bbbee

#9bbbee

Complementary Color

#9bbbee #eece9b

#9bbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbee Color CSS Codes

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

#9bbbee Text Font Color

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

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


#9bbbee Background Color

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

This div background color is #9bbbee


#9bbbee Border Color

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

This div border color is #9bbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbee


Comments

No comments written yet.

Please login to write comment.