Color Hex Logo

#0bbcce Color Hex

#0BBCCE
(11,188,206)
0 Favorites   0 Comments

Color spaces of #0bbcce

RGB 11188206
HSL0.520.900.43
HSV186°95°81°
CMYK 0.950.090.00   0.19
XYZ29.261840.493864.6663
Yxy40.49380.21770.3012
Hunter Lab63.6347-29.2793-15.7068
CIE-Lab69.8198-32.2960-20.1483

#0bbcce color RGB value is (11,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 11001110
Octal 13 274 316
Decimal 11 188 206
Hex B BC CE

RGB Percentages of Color #0bbcce

%2.72
%46.42
%50.86

CMYK Percentages of Color #0bbcce

%95
%9
%0
%19

Triadic Colors of #0bbcce

#0bbcce #ce0bbc #bcce0b

Analogous Colors of #0bbcce

#0bbcce #0b5bce #0bce7f

Monochromatic Colors of #0bbcce

#0bbcce

Complementary Color

#0bbcce #ce1d0b

#0bbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbcce Color CSS Codes

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

#0bbcce Text Font Color

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

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


#0bbcce Background Color

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

This div background color is #0bbcce


#0bbcce Border Color

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

This div border color is #0bbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbcce


Comments

No comments written yet.

Please login to write comment.