Color Hex Logo

#9bbade Color Hex

#9BBADE
(155,186,222)
0 Favorites   0 Comments

Color spaces of #9bbade

RGB 155186222
HSL0.590.500.74
HSV212°30°87°
CMYK 0.300.160.00   0.13
XYZ44.261347.360375.9159
Yxy47.36030.26420.2827
Hunter Lab68.8188-5.6294-17.2312
CIE-Lab74.4196-2.1861-21.4498

#9bbade color RGB value is (155,186,222).

#9bbade hex color red value is 155, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9bbade hue: 0.59 , saturation: 0.50 and the lightness value of 9bbade is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11011110
Octal 233 272 336
Decimal 155 186 222
Hex 9B BA DE

RGB Percentages of Color #9bbade

%27.53
%33.04
%39.43

CMYK Percentages of Color #9bbade

%30
%16
%0
%13

Triadic Colors of #9bbade

#9bbade #de9bba #bade9b

Analogous Colors of #9bbade

#9bbade #9e9bde #9bdcde

Monochromatic Colors of #9bbade

#9bbade

Complementary Color

#9bbade #debf9b

#9bbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbade Color CSS Codes

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

#9bbade Text Font Color

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

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


#9bbade Background Color

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

This div background color is #9bbade


#9bbade Border Color

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

This div border color is #9bbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbade


Comments

No comments written yet.

Please login to write comment.