Color Hex Logo

#9bbdee Color Hex

#9BBDEE
(155,189,238)
0 Favorites   0 Comments

Color spaces of #9bbdee

RGB 155189238
HSL0.600.710.77
HSV215°35°93°
CMYK 0.350.210.00   0.07
XYZ47.147849.536887.9655
Yxy49.53680.25530.2683
Hunter Lab70.3824-3.5955-24.8343
CIE-Lab75.78410.1807-28.0235

#9bbdee color RGB value is (155,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111101 11101110
Octal 233 275 356
Decimal 155 189 238
Hex 9B BD EE

RGB Percentages of Color #9bbdee

%26.63
%32.47
%40.89

CMYK Percentages of Color #9bbdee

%35
%21
%0
%7

Triadic Colors of #9bbdee

#9bbdee #ee9bbd #bdee9b

Analogous Colors of #9bbdee

#9bbdee #a39bee #9be7ee

Monochromatic Colors of #9bbdee

#9bbdee

Complementary Color

#9bbdee #eecc9b

#9bbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbdee Color CSS Codes

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

#9bbdee Text Font Color

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

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


#9bbdee Background Color

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

This div background color is #9bbdee


#9bbdee Border Color

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

This div border color is #9bbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbdee


Comments

No comments written yet.

Please login to write comment.