Color Hex Logo

#0bbcdb Color Hex

#0BBCDB
(11,188,219)
0 Favorites   0 Comments

Color spaces of #0bbcdb

RGB 11188219
HSL0.520.900.45
HSV189°95°86°
CMYK 0.950.140.00   0.14
XYZ30.907441.152173.3320
Yxy41.15210.21260.2830
Hunter Lab64.1499-26.2611-22.8715
CIE-Lab70.2824-28.0760-26.5478

#0bbcdb color RGB value is (11,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 11011011
Octal 13 274 333
Decimal 11 188 219
Hex B BC DB

RGB Percentages of Color #0bbcdb

%2.63
%44.98
%52.39

CMYK Percentages of Color #0bbcdb

%95
%14
%0
%14

Triadic Colors of #0bbcdb

#0bbcdb #db0bbc #bcdb0b

Analogous Colors of #0bbcdb

#0bbcdb #0b54db #0bdb92

Monochromatic Colors of #0bbcdb

#0bbcdb

Complementary Color

#0bbcdb #db2a0b

#0bbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbcdb Color CSS Codes

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

#0bbcdb Text Font Color

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

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


#0bbcdb Background Color

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

This div background color is #0bbcdb


#0bbcdb Border Color

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

This div border color is #0bbcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,188,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 #0bbcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbcdb


Comments

No comments written yet.

Please login to write comment.