Color Hex Logo

#9bbded Color Hex

#9BBDED
(155,189,237)
0 Favorites   0 Comments

Color spaces of #9bbded

RGB 155189237
HSL0.600.690.77
HSV215°35°93°
CMYK 0.350.200.00   0.07
XYZ47.001249.478287.1938
Yxy49.47820.25590.2694
Hunter Lab70.3407-3.8238-24.2569
CIE-Lab75.7479-0.0739-27.5397

#9bbded color RGB value is (155,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111101 11101101
Octal 233 275 355
Decimal 155 189 237
Hex 9B BD ED

RGB Percentages of Color #9bbded

%26.68
%32.53
%40.79

CMYK Percentages of Color #9bbded

%35
%20
%0
%7

Triadic Colors of #9bbded

#9bbded #ed9bbd #bded9b

Analogous Colors of #9bbded

#9bbded #a29bed #9be6ed

Monochromatic Colors of #9bbded

#9bbded

Complementary Color

#9bbded #edcb9b

#9bbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbded Color CSS Codes

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

#9bbded Text Font Color

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

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


#9bbded Background Color

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

This div background color is #9bbded


#9bbded Border Color

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

This div border color is #9bbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbded


Comments

No comments written yet.

Please login to write comment.