Color Hex Logo

#0b96eb Color Hex

#0B96EB
(11,150,235)
0 Favorites   0 Comments

Color spaces of #0b96eb

RGB 11150235
HSL0.560.910.48
HSV203°95°92°
CMYK 0.950.360.00   0.08
XYZ26.039827.882082.6066
Yxy27.88200.19070.2042
Hunter Lab52.8034-4.3794-55.7920
CIE-Lab59.7820-1.9060-51.7512

#0b96eb color RGB value is (11,150,235).

#0b96eb hex color red value is 11, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0b96eb hue: 0.56 , saturation: 0.91 and the lightness value of 0b96eb is 0.48.

The process color (four color CMYK) of #0b96eb color hex is 0.95, 0.36, 0.00, 0.08. Web safe color of #0b96eb is #0099ff. Color #0b96eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10010110 11101011
Octal 13 226 353
Decimal 11 150 235
Hex B 96 EB

RGB Percentages of Color #0b96eb

%2.78
%37.88
%59.34

CMYK Percentages of Color #0b96eb

%95
%36
%0
%8

Triadic Colors of #0b96eb

#0b96eb #eb0b96 #96eb0b

Analogous Colors of #0b96eb

#0b96eb #0b26eb #0bebd0

Monochromatic Colors of #0b96eb

#0b96eb

Complementary Color

#0b96eb #eb600b

#0b96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b96eb Color CSS Codes

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

#0b96eb Text Font Color

<p style="color:#0b96eb">Text here</p>

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


#0b96eb Background Color

<div style="background-color:#0b96eb">
Div content here</div>

This div background color is #0b96eb


#0b96eb Border Color

<div style="border:3px solid #0b96eb">
Div here</div>

This div border color is #0b96eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,150,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b96eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b96eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0b96eb;
  box-shadow:         1px 1px 3px 2px #0b96eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,150,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b96eb


Comments

No comments written yet.

Please login to write comment.