Color Hex Logo

#0bbabb Color Hex

#0BBABB
(11,186,187)
0 Favorites   0 Comments

Color spaces of #0bbabb

RGB 11186187
HSL0.500.890.39
HSV180°94°73°
CMYK 0.940.010.00   0.27
XYZ26.666638.776853.0929
Yxy38.77680.22500.3271
Hunter Lab62.2710-32.5344-6.9615
CIE-Lab68.5893-37.2835-11.5748

#0bbabb color RGB value is (11,186,187).

#0bbabb hex color red value is 11, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0bbabb hue: 0.50 , saturation: 0.89 and the lightness value of 0bbabb is 0.39.

The process color (four color CMYK) of #0bbabb color hex is 0.94, 0.01, 0.00, 0.27. Web safe color of #0bbabb is #00cccc. Color #0bbabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111010 10111011
Octal 13 272 273
Decimal 11 186 187
Hex B BA BB

RGB Percentages of Color #0bbabb

%2.86
%48.44
%48.70

CMYK Percentages of Color #0bbabb

%94
%1
%0
%27

Triadic Colors of #0bbabb

#0bbabb #bb0bba #babb0b

Analogous Colors of #0bbabb

#0bbabb #0b62bb #0bbb64

Monochromatic Colors of #0bbabb

#0bbabb

Complementary Color

#0bbabb #bb0c0b

#0bbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbabb Color CSS Codes

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

#0bbabb Text Font Color

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

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


#0bbabb Background Color

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

This div background color is #0bbabb


#0bbabb Border Color

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

This div border color is #0bbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbabb


Comments

No comments written yet.

Please login to write comment.