Color Hex Logo

#0bbff5 Color Hex

#0BBFF5
(11,191,245)
0 Favorites   0 Comments

Color spaces of #0bbff5

RGB 11191245
HSL0.540.920.50
HSV194°96°96°
CMYK 0.960.220.00   0.04
XYZ35.250243.925393.0068
Yxy43.92530.20470.2551
Hunter Lab66.2762-21.0448-36.8096
CIE-Lab72.1785-20.8457-37.7325

#0bbff5 color RGB value is (11,191,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111111 11110101
Octal 13 277 365
Decimal 11 191 245
Hex B BF F5

RGB Percentages of Color #0bbff5

%2.46
%42.73
%54.81

CMYK Percentages of Color #0bbff5

%96
%22
%0
%4

Triadic Colors of #0bbff5

#0bbff5 #f50bbf #bff50b

Analogous Colors of #0bbff5

#0bbff5 #0b4af5 #0bf5b6

Monochromatic Colors of #0bbff5

#0bbff5

Complementary Color

#0bbff5 #f5410b

#0bbff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbff5 Color CSS Codes

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

#0bbff5 Text Font Color

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

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


#0bbff5 Background Color

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

This div background color is #0bbff5


#0bbff5 Border Color

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

This div border color is #0bbff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbff5


Comments

No comments written yet.

Please login to write comment.