Color Hex Logo

#0bb9fc Color Hex

#0BB9FC
(11,185,252)
0 Favorites   0 Comments

Color spaces of #0bb9fc

RGB 11185252
HSL0.550.980.52
HSV197°96°99°
CMYK 0.960.270.00   0.01
XYZ35.057741.797398.3154
Yxy41.79730.20010.2386
Hunter Lab64.6508-16.3452-44.9075
CIE-Lab70.7309-15.2611-43.7722

#0bb9fc color RGB value is (11,185,252).

#0bb9fc hex color red value is 11, green value is 185 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0bb9fc hue: 0.55 , saturation: 0.98 and the lightness value of 0bb9fc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111001 11111100
Octal 13 271 374
Decimal 11 185 252
Hex B B9 FC

RGB Percentages of Color #0bb9fc

%2.46
%41.29
%56.25

CMYK Percentages of Color #0bb9fc

%96
%27
%0
%1

Triadic Colors of #0bb9fc

#0bb9fc #fc0bb9 #b9fc0b

Analogous Colors of #0bb9fc

#0bb9fc #0b41fc #0bfcc7

Monochromatic Colors of #0bb9fc

#0bb9fc

Complementary Color

#0bb9fc #fc4e0b

#0bb9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bb9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bb9fc Color CSS Codes

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

#0bb9fc Text Font Color

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

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


#0bb9fc Background Color

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

This div background color is #0bb9fc


#0bb9fc Border Color

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

This div border color is #0bb9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bb9fc


Comments

No comments written yet.

Please login to write comment.