Color Hex Logo

#0bedfb Color Hex

#0BEDFB
(11,237,251)
0 Favorites   0 Comments

Color spaces of #0bedfb

RGB 11237251
HSL0.510.970.51
HSV184°96°98°
CMYK 0.960.060.00   0.02
XYZ47.834867.6046101.7946
Yxy67.60460.22020.3112
Hunter Lab82.2220-40.0415-15.8483
CIE-Lab85.8084-41.1142-20.0305

#0bedfb color RGB value is (11,237,251).

#0bedfb hex color red value is 11, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0bedfb hue: 0.51 , saturation: 0.97 and the lightness value of 0bedfb is 0.51.

The process color (four color CMYK) of #0bedfb color hex is 0.96, 0.06, 0.00, 0.02. Web safe color of #0bedfb is #00ffff. Color #0bedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 11111011
Octal 13 355 373
Decimal 11 237 251
Hex B ED FB

RGB Percentages of Color #0bedfb

%2.20
%47.49
%50.30

CMYK Percentages of Color #0bedfb

%96
%6
%0
%2

Triadic Colors of #0bedfb

#0bedfb #fb0bed #edfb0b

Analogous Colors of #0bedfb

#0bedfb #0b75fb #0bfb91

Monochromatic Colors of #0bedfb

#0bedfb

Complementary Color

#0bedfb #fb190b

#0bedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bedfb Color CSS Codes

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

#0bedfb Text Font Color

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

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


#0bedfb Background Color

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

This div background color is #0bedfb


#0bedfb Border Color

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

This div border color is #0bedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bedfb

Related Colors


Comments

No comments written yet.

Please login to write comment.