Color Hex Logo

#0bbcfb Color Hex

#0BBCFB
(11,188,251)
0 Favorites   0 Comments

Color spaces of #0bbcfb

RGB 11188251
HSL0.540.970.51
HSV196°96°98°
CMYK 0.960.250.00   0.02
XYZ35.533843.002697.6943
Yxy43.00260.20160.2440
Hunter Lab65.5764-18.0350-42.4255
CIE-Lab71.5567-17.2047-41.9405

#0bbcfb color RGB value is (11,188,251).

#0bbcfb hex color red value is 11, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0bbcfb hue: 0.54 , saturation: 0.97 and the lightness value of 0bbcfb is 0.51.

The process color (four color CMYK) of #0bbcfb color hex is 0.96, 0.25, 0.00, 0.02. Web safe color of #0bbcfb is #00ccff. Color #0bbcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 11111011
Octal 13 274 373
Decimal 11 188 251
Hex B BC FB

RGB Percentages of Color #0bbcfb

%2.44
%41.78
%55.78

CMYK Percentages of Color #0bbcfb

%96
%25
%0
%2

Triadic Colors of #0bbcfb

#0bbcfb #fb0bbc #bcfb0b

Analogous Colors of #0bbcfb

#0bbcfb #0b44fb #0bfbc2

Monochromatic Colors of #0bbcfb

#0bbcfb

Complementary Color

#0bbcfb #fb4a0b

#0bbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbcfb Color CSS Codes

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

#0bbcfb Text Font Color

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

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


#0bbcfb Background Color

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

This div background color is #0bbcfb


#0bbcfb Border Color

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

This div border color is #0bbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbcfb


Comments

No comments written yet.

Please login to write comment.