Color Hex Logo

#0bbfeb Color Hex

#0BBFEB
(11,191,235)
0 Favorites   0 Comments

Color spaces of #0bbfeb

RGB 11191235
HSL0.530.910.48
HSV192°95°92°
CMYK 0.950.190.00   0.08
XYZ33.764243.330985.1814
Yxy43.33090.20810.2670
Hunter Lab65.8262-23.6380-30.6450
CIE-Lab71.7790-24.2440-32.9426

#0bbfeb color RGB value is (11,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111111 11101011
Octal 13 277 353
Decimal 11 191 235
Hex B BF EB

RGB Percentages of Color #0bbfeb

%2.52
%43.71
%53.78

CMYK Percentages of Color #0bbfeb

%95
%19
%0
%8

Triadic Colors of #0bbfeb

#0bbfeb #eb0bbf #bfeb0b

Analogous Colors of #0bbfeb

#0bbfeb #0b4feb #0beba7

Monochromatic Colors of #0bbfeb

#0bbfeb

Complementary Color

#0bbfeb #eb370b

#0bbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbfeb Color CSS Codes

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

#0bbfeb Text Font Color

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

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


#0bbfeb Background Color

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

This div background color is #0bbfeb


#0bbfeb Border Color

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

This div border color is #0bbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbfeb


Comments

No comments written yet.

Please login to write comment.