Color Hex Logo

#0bbffe Color Hex

#0BBFFE
(11,191,254)
0 Favorites   0 Comments

Color spaces of #0bbffe

RGB 11191254
HSL0.540.990.52
HSV196°96°100°
CMYK 0.960.250.00   0.00
XYZ36.658244.4885100.4210
Yxy44.48850.20190.2450
Hunter Lab66.6997-18.6208-42.5754
CIE-Lab72.5538-17.7425-41.9996

#0bbffe color RGB value is (11,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111111 11111110
Octal 13 277 376
Decimal 11 191 254
Hex B BF FE

RGB Percentages of Color #0bbffe

%2.41
%41.89
%55.70

CMYK Percentages of Color #0bbffe

%96
%25
%0
%0

Triadic Colors of #0bbffe

#0bbffe #fe0bbf #bffe0b

Analogous Colors of #0bbffe

#0bbffe #0b46fe #0bfec4

Monochromatic Colors of #0bbffe

#0bbffe

Complementary Color

#0bbffe #fe4a0b

#0bbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbffe Color CSS Codes

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

#0bbffe Text Font Color

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

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


#0bbffe Background Color

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

This div background color is #0bbffe


#0bbffe Border Color

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

This div border color is #0bbffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbffe

Related Colors


Comments

No comments written yet.

Please login to write comment.