Color Hex Logo

#0bb3eb Color Hex

#0BB3EB
(11,179,235)
0 Favorites   0 Comments

Color spaces of #0bb3eb

RGB 11179235
HSL0.540.910.48
HSV195°95°92°
CMYK 0.950.240.00   0.08
XYZ31.253538.309584.3445
Yxy38.30950.20310.2489
Hunter Lab61.8947-18.1827-37.4688
CIE-Lab68.2481-18.0290-38.4248

#0bb3eb color RGB value is (11,179,235).

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

The process color (four color CMYK) of #0bb3eb color hex is 0.95, 0.24, 0.00, 0.08. Web safe color of #0bb3eb is #00ccff. Color #0bb3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10110011 11101011
Octal 13 263 353
Decimal 11 179 235
Hex B B3 EB

RGB Percentages of Color #0bb3eb

%2.59
%42.12
%55.29

CMYK Percentages of Color #0bb3eb

%95
%24
%0
%8

Triadic Colors of #0bb3eb

#0bb3eb #eb0bb3 #b3eb0b

Analogous Colors of #0bb3eb

#0bb3eb #0b43eb #0bebb3

Monochromatic Colors of #0bb3eb

#0bb3eb

Complementary Color

#0bb3eb #eb430b

#0bb3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bb3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bb3eb Color CSS Codes

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

#0bb3eb Text Font Color

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

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


#0bb3eb Background Color

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

This div background color is #0bb3eb


#0bb3eb Border Color

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

This div border color is #0bb3eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,179,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 #0bb3eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bb3eb


Comments

No comments written yet.

Please login to write comment.