Color Hex Logo

#9bbaea Color Hex

#9BBAEA
(155,186,234)
0 Favorites   0 Comments

Color spaces of #9bbaea

RGB 155186234
HSL0.600.650.76
HSV216°34°92°
CMYK 0.340.210.00   0.08
XYZ45.927848.026984.6914
Yxy48.02690.25710.2688
Hunter Lab69.3014-2.9811-23.9457
CIE-Lab74.84190.7980-27.3077

#9bbaea color RGB value is (155,186,234).

#9bbaea hex color red value is 155, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9bbaea hue: 0.60 , saturation: 0.65 and the lightness value of 9bbaea is 0.76.

The process color (four color CMYK) of #9bbaea color hex is 0.34, 0.21, 0.00, 0.08. Web safe color of #9bbaea is #99ccff. Color #9bbaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 11101010
Octal 233 272 352
Decimal 155 186 234
Hex 9B BA EA

RGB Percentages of Color #9bbaea

%26.96
%32.35
%40.70

CMYK Percentages of Color #9bbaea

%34
%21
%0
%8

Triadic Colors of #9bbaea

#9bbaea #ea9bba #baea9b

Analogous Colors of #9bbaea

#9bbaea #a49bea #9be2ea

Monochromatic Colors of #9bbaea

#9bbaea

Complementary Color

#9bbaea #eacb9b

#9bbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbaea Color CSS Codes

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

#9bbaea Text Font Color

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

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


#9bbaea Background Color

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

This div background color is #9bbaea


#9bbaea Border Color

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

This div border color is #9bbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbaea


Comments

No comments written yet.

Please login to write comment.