Color Hex Logo

#0bbddb Color Hex

#0BBDDB
(11,189,219)
0 Favorites   0 Comments

Color spaces of #0bbddb

RGB 11189219
HSL0.520.900.45
HSV189°95°86°
CMYK 0.950.140.00   0.14
XYZ31.121841.580873.4034
Yxy41.58080.21300.2846
Hunter Lab64.4832-26.6953-22.3536
CIE-Lab70.5809-28.5697-26.0899

#0bbddb color RGB value is (11,189,219).

#0bbddb hex color red value is 11, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0bbddb hue: 0.52 , saturation: 0.90 and the lightness value of 0bbddb is 0.45.

The process color (four color CMYK) of #0bbddb color hex is 0.95, 0.14, 0.00, 0.14. Web safe color of #0bbddb is #00cccc. Color #0bbddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11011011
Octal 13 275 333
Decimal 11 189 219
Hex B BD DB

RGB Percentages of Color #0bbddb

%2.63
%45.11
%52.27

CMYK Percentages of Color #0bbddb

%95
%14
%0
%14

Triadic Colors of #0bbddb

#0bbddb #db0bbd #bddb0b

Analogous Colors of #0bbddb

#0bbddb #0b55db #0bdb91

Monochromatic Colors of #0bbddb

#0bbddb

Complementary Color

#0bbddb #db290b

#0bbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbddb Color CSS Codes

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

#0bbddb Text Font Color

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

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


#0bbddb Background Color

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

This div background color is #0bbddb


#0bbddb Border Color

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

This div border color is #0bbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbddb


Comments

No comments written yet.

Please login to write comment.