Color Hex Logo

#0bdafb Color Hex

#0BDAFB
(11,218,251)
0 Favorites   0 Comments

Color spaces of #0bdafb

RGB 11218251
HSL0.520.970.51
HSV188°96°98°
CMYK 0.960.130.00   0.02
XYZ42.622057.1790100.0570
Yxy57.17900.21330.2861
Hunter Lab75.6168-31.7165-25.5214
CIE-Lab80.2802-32.2919-28.4428

#0bdafb color RGB value is (11,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011010 11111011
Octal 13 332 373
Decimal 11 218 251
Hex B DA FB

RGB Percentages of Color #0bdafb

%2.29
%45.42
%52.29

CMYK Percentages of Color #0bdafb

%96
%13
%0
%2

Triadic Colors of #0bdafb

#0bdafb #fb0bda #dafb0b

Analogous Colors of #0bdafb

#0bdafb #0b62fb #0bfba4

Monochromatic Colors of #0bdafb

#0bdafb

Complementary Color

#0bdafb #fb2c0b

#0bdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdafb Color CSS Codes

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

#0bdafb Text Font Color

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

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


#0bdafb Background Color

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

This div background color is #0bdafb


#0bdafb Border Color

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

This div border color is #0bdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdafb


Comments

No comments written yet.

Please login to write comment.