Color Hex Logo

#0bdef9 Color Hex

#0BDEF9
(11,222,249)
0 Favorites   0 Comments

Color spaces of #0bdef9

RGB 11222249
HSL0.520.950.51
HSV187°96°98°
CMYK 0.960.110.00   0.02
XYZ43.358259.153398.7550
Yxy59.15330.21540.2939
Hunter Lab76.9112-33.9663-22.2913
CIE-Lab81.3758-34.8235-25.7067

#0bdef9 color RGB value is (11,222,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011110 11111001
Octal 13 336 371
Decimal 11 222 249
Hex B DE F9

RGB Percentages of Color #0bdef9

%2.28
%46.06
%51.66

CMYK Percentages of Color #0bdef9

%96
%11
%0
%2

Triadic Colors of #0bdef9

#0bdef9 #f90bde #def90b

Analogous Colors of #0bdef9

#0bdef9 #0b67f9 #0bf99d

Monochromatic Colors of #0bdef9

#0bdef9

Complementary Color

#0bdef9 #f9260b

#0bdef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdef9 Color CSS Codes

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

#0bdef9 Text Font Color

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

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


#0bdef9 Background Color

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

This div background color is #0bdef9


#0bdef9 Border Color

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

This div border color is #0bdef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdef9


Comments

No comments written yet.

Please login to write comment.