Color Hex Logo

#9bbbed Color Hex

#9BBBED
(155,187,237)
0 Favorites   0 Comments

Color spaces of #9bbbed

RGB 155187237
HSL0.600.690.77
HSV217°35°93°
CMYK 0.350.210.00   0.07
XYZ46.574048.623687.0514
Yxy48.62360.25560.2668
Hunter Lab69.7306-2.8061-25.2059
CIE-Lab75.21661.0147-28.3545

#9bbbed color RGB value is (155,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 11101101
Octal 233 273 355
Decimal 155 187 237
Hex 9B BB ED

RGB Percentages of Color #9bbbed

%26.77
%32.30
%40.93

CMYK Percentages of Color #9bbbed

%35
%21
%0
%7

Triadic Colors of #9bbbed

#9bbbed #ed9bbb #bbed9b

Analogous Colors of #9bbbed

#9bbbed #a49bed #9be4ed

Monochromatic Colors of #9bbbed

#9bbbed

Complementary Color

#9bbbed #edcd9b

#9bbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbed Color CSS Codes

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

#9bbbed Text Font Color

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

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


#9bbbed Background Color

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

This div background color is #9bbbed


#9bbbed Border Color

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

This div border color is #9bbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbed


Comments

No comments written yet.

Please login to write comment.