Color Hex Logo

#0bbeee Color Hex

#0BBEEE
(11,190,238)
0 Favorites   0 Comments

Color spaces of #0bbeee

RGB 11190238
HSL0.540.910.49
HSV193°95°93°
CMYK 0.950.200.00   0.07
XYZ33.984143.071187.4113
Yxy43.07110.20660.2619
Hunter Lab65.6286-22.4183-33.0289
CIE-Lab71.6032-22.7192-34.8399

#0bbeee color RGB value is (11,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111110 11101110
Octal 13 276 356
Decimal 11 190 238
Hex B BE EE

RGB Percentages of Color #0bbeee

%2.51
%43.28
%54.21

CMYK Percentages of Color #0bbeee

%95
%20
%0
%7

Triadic Colors of #0bbeee

#0bbeee #ee0bbe #beee0b

Analogous Colors of #0bbeee

#0bbeee #0b4cee #0beead

Monochromatic Colors of #0bbeee

#0bbeee

Complementary Color

#0bbeee #ee3b0b

#0bbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbeee Color CSS Codes

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

#0bbeee Text Font Color

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

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


#0bbeee Background Color

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

This div background color is #0bbeee


#0bbeee Border Color

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

This div border color is #0bbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbeee


Comments

No comments written yet.

Please login to write comment.