Color Hex Logo

#0bddfb Color Hex

#0BDDFB
(11,221,251)
0 Favorites   0 Comments

Color spaces of #0bddfb

RGB 11221251
HSL0.520.970.51
HSV188°96°98°
CMYK 0.960.120.00   0.02
XYZ43.407058.7491100.3187
Yxy58.74910.21440.2902
Hunter Lab76.6480-33.0464-23.9466
CIE-Lab81.1535-33.7209-27.1064

#0bddfb color RGB value is (11,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011101 11111011
Octal 13 335 373
Decimal 11 221 251
Hex B DD FB

RGB Percentages of Color #0bddfb

%2.28
%45.76
%51.97

CMYK Percentages of Color #0bddfb

%96
%12
%0
%2

Triadic Colors of #0bddfb

#0bddfb #fb0bdd #ddfb0b

Analogous Colors of #0bddfb

#0bddfb #0b65fb #0bfba1

Monochromatic Colors of #0bddfb

#0bddfb

Complementary Color

#0bddfb #fb290b

#0bddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bddfb Color CSS Codes

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

#0bddfb Text Font Color

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

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


#0bddfb Background Color

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

This div background color is #0bddfb


#0bddfb Border Color

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

This div border color is #0bddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bddfb


Comments

No comments written yet.

Please login to write comment.