Color Hex Logo

#9bbada Color Hex

#9BBADA
(155,186,218)
0 Favorites   0 Comments

Color spaces of #9bbada

RGB 155186218
HSL0.580.460.73
HSV210°29°85°
CMYK 0.290.150.00   0.15
XYZ43.731447.148373.1253
Yxy47.14830.26660.2875
Hunter Lab68.6646-6.4793-15.0764
CIE-Lab74.2845-3.1565-19.4826

#9bbada color RGB value is (155,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11011010
Octal 233 272 332
Decimal 155 186 218
Hex 9B BA DA

RGB Percentages of Color #9bbada

%27.73
%33.27
%39.00

CMYK Percentages of Color #9bbada

%29
%15
%0
%15

Triadic Colors of #9bbada

#9bbada #da9bba #bada9b

Analogous Colors of #9bbada

#9bbada #9c9bda #9bdada

Monochromatic Colors of #9bbada

#9bbada

Complementary Color

#9bbada #dabb9b

#9bbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbada Color CSS Codes

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

#9bbada Text Font Color

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

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


#9bbada Background Color

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

This div background color is #9bbada


#9bbada Border Color

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

This div border color is #9bbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbada


Comments

No comments written yet.

Please login to write comment.