Color Hex Logo

#0bbbec Color Hex

#0BBBEC
(11,187,236)
0 Favorites   0 Comments

Color spaces of #0bbbec

RGB 11187236
HSL0.540.910.48
HSV193°95°93°
CMYK 0.950.210.00   0.07
XYZ33.048741.667985.6577
Yxy41.66790.20610.2598
Hunter Lab64.5507-21.5751-33.4914
CIE-Lab70.6413-21.8596-35.2469

#0bbbec color RGB value is (11,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111011 11101100
Octal 13 273 354
Decimal 11 187 236
Hex B BB EC

RGB Percentages of Color #0bbbec

%2.53
%43.09
%54.38

CMYK Percentages of Color #0bbbec

%95
%21
%0
%7

Triadic Colors of #0bbbec

#0bbbec #ec0bbb #bbec0b

Analogous Colors of #0bbbec

#0bbbec #0b4aec #0becad

Monochromatic Colors of #0bbbec

#0bbbec

Complementary Color

#0bbbec #ec3c0b

#0bbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbbec Color CSS Codes

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

#0bbbec Text Font Color

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

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


#0bbbec Background Color

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

This div background color is #0bbbec


#0bbbec Border Color

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

This div border color is #0bbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbbec


Comments

No comments written yet.

Please login to write comment.