Color Hex Logo

#0bdeef Color Hex

#0BDEEF
(11,222,239)
0 Favorites   0 Comments

Color spaces of #0bdeef

RGB 11222239
HSL0.510.910.49
HSV184°95°94°
CMYK 0.950.070.00   0.06
XYZ41.839358.545790.7566
Yxy58.54570.21890.3063
Hunter Lab76.5152-36.2958-16.7648
CIE-Lab81.0412-37.9295-20.9091

#0bdeef color RGB value is (11,222,239).

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

The process color (four color CMYK) of #0bdeef color hex is 0.95, 0.07, 0.00, 0.06. Web safe color of #0bdeef is #00ccff. Color #0bdeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011110 11101111
Octal 13 336 357
Decimal 11 222 239
Hex B DE EF

RGB Percentages of Color #0bdeef

%2.33
%47.03
%50.64

CMYK Percentages of Color #0bdeef

%95
%7
%0
%6

Triadic Colors of #0bdeef

#0bdeef #ef0bde #deef0b

Analogous Colors of #0bdeef

#0bdeef #0b6cef #0bef8e

Monochromatic Colors of #0bdeef

#0bdeef

Complementary Color

#0bdeef #ef1c0b

#0bdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdeef Color CSS Codes

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

#0bdeef Text Font Color

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

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


#0bdeef Background Color

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

This div background color is #0bdeef


#0bdeef Border Color

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

This div border color is #0bdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdeef


Comments

No comments written yet.

Please login to write comment.