Color Hex Logo

#0bbcdd Color Hex

#0BBCDD
(11,188,221)
0 Favorites   0 Comments

Color spaces of #0bbcdd

RGB 11188221
HSL0.530.910.45
HSV189°95°87°
CMYK 0.950.150.00   0.13
XYZ31.172441.258074.7273
Yxy41.25800.21180.2804
Hunter Lab64.2324-25.7795-24.0147
CIE-Lab70.3563-27.4148-27.5252

#0bbcdd color RGB value is (11,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 11011101
Octal 13 274 335
Decimal 11 188 221
Hex B BC DD

RGB Percentages of Color #0bbcdd

%2.62
%44.76
%52.62

CMYK Percentages of Color #0bbcdd

%95
%15
%0
%13

Triadic Colors of #0bbcdd

#0bbcdd #dd0bbc #bcdd0b

Analogous Colors of #0bbcdd

#0bbcdd #0b53dd #0bdd95

Monochromatic Colors of #0bbcdd

#0bbcdd

Complementary Color

#0bbcdd #dd2c0b

#0bbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbcdd Color CSS Codes

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

#0bbcdd Text Font Color

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

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


#0bbcdd Background Color

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

This div background color is #0bbcdd


#0bbcdd Border Color

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

This div border color is #0bbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbcdd


Comments

No comments written yet.

Please login to write comment.