Color Hex Logo

#0bccef Color Hex

#0BCCEF
(11,204,239)
0 Favorites   0 Comments

Color spaces of #0bccef

RGB 11204239
HSL0.530.910.49
HSV189°95°94°
CMYK 0.950.150.00   0.06
XYZ37.310949.488989.2472
Yxy49.48890.21190.2811
Hunter Lab70.3483-28.4379-25.9742
CIE-Lab75.7545-29.3911-28.9749

#0bccef color RGB value is (11,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 11101111
Octal 13 314 357
Decimal 11 204 239
Hex B CC EF

RGB Percentages of Color #0bccef

%2.42
%44.93
%52.64

CMYK Percentages of Color #0bccef

%95
%15
%0
%6

Triadic Colors of #0bccef

#0bccef #ef0bcc #ccef0b

Analogous Colors of #0bccef

#0bccef #0b5aef #0befa0

Monochromatic Colors of #0bccef

#0bccef

Complementary Color

#0bccef #ef2e0b

#0bccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bccef Color CSS Codes

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

#0bccef Text Font Color

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

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


#0bccef Background Color

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

This div background color is #0bccef


#0bccef Border Color

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

This div border color is #0bccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bccef


Comments

No comments written yet.

Please login to write comment.