Color Hex Logo

#0bcefe Color Hex

#0BCEFE
(11,206,254)
0 Favorites   0 Comments

Color spaces of #0bcefe

RGB 11206254
HSL0.530.990.52
HSV192°96°100°
CMYK 0.960.190.00   0.00
XYZ40.098751.3695101.5678
Yxy51.36950.20770.2661
Hunter Lab71.6725-25.5613-33.8497
CIE-Lab76.9023-25.4386-35.2405

#0bcefe color RGB value is (11,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001110 11111110
Octal 13 316 376
Decimal 11 206 254
Hex B CE FE

RGB Percentages of Color #0bcefe

%2.34
%43.74
%53.93

CMYK Percentages of Color #0bcefe

%96
%19
%0
%0

Triadic Colors of #0bcefe

#0bcefe #fe0bce #cefe0b

Analogous Colors of #0bcefe

#0bcefe #0b55fe #0bfeb5

Monochromatic Colors of #0bcefe

#0bcefe

Complementary Color

#0bcefe #fe3b0b

#0bcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcefe Color CSS Codes

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

#0bcefe Text Font Color

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

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


#0bcefe Background Color

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

This div background color is #0bcefe


#0bcefe Border Color

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

This div border color is #0bcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcefe


Comments

No comments written yet.

Please login to write comment.