Color Hex Logo

#9bbaf6 Color Hex

#9BBAF6
(155,186,246)
0 Favorites   0 Comments

Color spaces of #9bbaf6

RGB 155186246
HSL0.610.830.79
HSV220°37°96°
CMYK 0.370.240.00   0.04
XYZ47.711048.740294.0819
Yxy48.74020.25040.2558
Hunter Lab69.8142-0.1879-31.0295
CIE-Lab75.28943.8826-33.0973

#9bbaf6 color RGB value is (155,186,246).

#9bbaf6 hex color red value is 155, green value is 186 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #9bbaf6 hue: 0.61 , saturation: 0.83 and the lightness value of 9bbaf6 is 0.79.

The process color (four color CMYK) of #9bbaf6 color hex is 0.37, 0.24, 0.00, 0.04. Web safe color of #9bbaf6 is #99ccff. Color #9bbaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11110110
Octal 233 272 366
Decimal 155 186 246
Hex 9B BA F6

RGB Percentages of Color #9bbaf6

%26.41
%31.69
%41.91

CMYK Percentages of Color #9bbaf6

%37
%24
%0
%4

Triadic Colors of #9bbaf6

#9bbaf6 #f69bba #baf69b

Analogous Colors of #9bbaf6

#9bbaf6 #aa9bf6 #9be8f6

Monochromatic Colors of #9bbaf6

#9bbaf6

Complementary Color

#9bbaf6 #f6d79b

#9bbaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbaf6 Color CSS Codes

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

#9bbaf6 Text Font Color

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

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


#9bbaf6 Background Color

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

This div background color is #9bbaf6


#9bbaf6 Border Color

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

This div border color is #9bbaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbaf6


Comments

No comments written yet.

Please login to write comment.