color codes Logo

#0bbdf9 color codes

#0BBDF9
(11,189,249)
0 Favorites   0 Comments

Color spaces of #0bbdf9

RGB 11189249
HSL0.540.950.51
HSV195°96°98°
CMYK 0.960.240.00   0.02
XYZ35.434543.305996.1138
Yxy43.30590.20270.2477
Hunter Lab65.8072-19.0477-40.5301
CIE-Lab71.7621-18.4257-40.5405

#0bbdf9 color RGB value is (11,189,249).

#0bbdf9 hex color red value is 11, green value is 189 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #0bbdf9 hue: 0.54 , saturation: 0.95 and the lightness value of 0bbdf9 is 0.51.

The process color (four color CMYK) of #0bbdf9 color code is 0.96, 0.24, 0.00, 0.02. Web safe color of #0bbdf9 is #00ccff. Color #0bbdf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11111001
Octal 13 275 371
Decimal 11 189 249
Hex B BD F9

RGB Percentages of Color #0bbdf9

%2.45
%42.09
%55.46

CMYK Percentages of Color #0bbdf9

%96
%24
%0
%2

Triadic Colors of #0bbdf9

#0bbdf9 #f90bbd #bdf90b

Analogous Colors of #0bbdf9

#0bbdf9 #0b46f9 #0bf9be

Monochromatic Colors of #0bbdf9

#0bbdf9

Complementary Color

#0bbdf9 #f9470b

#0bbdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdf9 Color CSS Codes

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

#0bbdf9 Text Font Color

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

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


#0bbdf9 Background Color

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

This div background color is #0bbdf9


#0bbdf9 Border Color

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

This div border color is #0bbdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdf9


Comments

No comments written yet.

Please login to write comment.