Color Hex Logo

#0bcfef Color Hex

#0BCFEF
(11,207,239)
0 Favorites   0 Comments

Color spaces of #0bcfef

RGB 11207239
HSL0.520.910.49
HSV188°95°94°
CMYK 0.950.130.00   0.06
XYZ38.030850.928889.4872
Yxy50.92880.21310.2854
Hunter Lab71.3644-29.7633-24.3914
CIE-Lab76.6359-30.8506-27.6229

#0bcfef color RGB value is (11,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001111 11101111
Octal 13 317 357
Decimal 11 207 239
Hex B CF EF

RGB Percentages of Color #0bcfef

%2.41
%45.30
%52.30

CMYK Percentages of Color #0bcfef

%95
%13
%0
%6

Triadic Colors of #0bcfef

#0bcfef #ef0bcf #cfef0b

Analogous Colors of #0bcfef

#0bcfef #0b5def #0bef9d

Monochromatic Colors of #0bcfef

#0bcfef

Complementary Color

#0bcfef #ef2b0b

#0bcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcfef Color CSS Codes

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

#0bcfef Text Font Color

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

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


#0bcfef Background Color

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

This div background color is #0bcfef


#0bcfef Border Color

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

This div border color is #0bcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcfef


Comments

No comments written yet.

Please login to write comment.