Color Hex Logo

#9bbeda Color Hex

#9BBEDA
(155,190,218)
0 Favorites   0 Comments

Color spaces of #9bbeda

RGB 155190218
HSL0.570.460.73
HSV207°29°85°
CMYK 0.290.130.00   0.15
XYZ44.585948.857473.4102
Yxy48.85740.26720.2928
Hunter Lab69.8981-8.4618-13.3405
CIE-Lab75.3625-5.3052-17.8511

#9bbeda color RGB value is (155,190,218).

#9bbeda hex color red value is 155, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9bbeda hue: 0.57 , saturation: 0.46 and the lightness value of 9bbeda is 0.73.

The process color (four color CMYK) of #9bbeda color hex is 0.29, 0.13, 0.00, 0.15. Web safe color of #9bbeda is #99cccc. Color #9bbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 11011010
Octal 233 276 332
Decimal 155 190 218
Hex 9B BE DA

RGB Percentages of Color #9bbeda

%27.53
%33.75
%38.72

CMYK Percentages of Color #9bbeda

%29
%13
%0
%15

Triadic Colors of #9bbeda

#9bbeda #da9bbe #beda9b

Analogous Colors of #9bbeda

#9bbeda #9b9fda #9bdad7

Monochromatic Colors of #9bbeda

#9bbeda

Complementary Color

#9bbeda #dab79b

#9bbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbeda Color CSS Codes

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

#9bbeda Text Font Color

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

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


#9bbeda Background Color

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

This div background color is #9bbeda


#9bbeda Border Color

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

This div border color is #9bbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbeda


Comments

No comments written yet.

Please login to write comment.