Color Hex Logo

#0bcfff Color Hex

#0BCFFF
(11,207,255)
0 Favorites   0 Comments

Color spaces of #0bcfff

RGB 11207255
HSL0.531.000.52
HSV192°96°100°
CMYK 0.960.190.00   0.00
XYZ40.500851.9168102.4941
Yxy51.91680.20780.2664
Hunter Lab72.0533-25.7594-33.9013
CIE-Lab77.2311-25.6064-35.2659

#0bcfff color RGB value is (11,207,255).

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

The process color (four color CMYK) of #0bcfff color hex is 0.96, 0.19, 0.00, 0.00. Web safe color of #0bcfff is #00ccff. Color #0bcfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001111 11111111
Octal 13 317 377
Decimal 11 207 255
Hex B CF FF

RGB Percentages of Color #0bcfff

%2.33
%43.76
%53.91

CMYK Percentages of Color #0bcfff

%96
%19
%0
%0

Triadic Colors of #0bcfff

#0bcfff #ff0bcf #cfff0b

Analogous Colors of #0bcfff

#0bcfff #0b55ff #0bffb5

Monochromatic Colors of #0bcfff

#0bcfff

Complementary Color

#0bcfff #ff3b0b

#0bcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcfff Color CSS Codes

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

#0bcfff Text Font Color

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

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


#0bcfff Background Color

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

This div background color is #0bcfff


#0bcfff Border Color

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

This div border color is #0bcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcfff


Comments

No comments written yet.

Please login to write comment.