Color Hex Logo

#0bdcef Color Hex

#0BDCEF
(11,220,239)
0 Favorites   0 Comments

Color spaces of #0bdcef

RGB 11220239
HSL0.510.910.49
HSV185°95°94°
CMYK 0.950.080.00   0.06
XYZ41.311257.489590.5806
Yxy57.48950.21810.3036
Hunter Lab75.8218-35.4332-17.7556
CIE-Lab80.4541-37.0059-21.7996

#0bdcef color RGB value is (11,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011100 11101111
Octal 13 334 357
Decimal 11 220 239
Hex B DC EF

RGB Percentages of Color #0bdcef

%2.34
%46.81
%50.85

CMYK Percentages of Color #0bdcef

%95
%8
%0
%6

Triadic Colors of #0bdcef

#0bdcef #ef0bdc #dcef0b

Analogous Colors of #0bdcef

#0bdcef #0b6aef #0bef90

Monochromatic Colors of #0bdcef

#0bdcef

Complementary Color

#0bdcef #ef1e0b

#0bdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdcef Color CSS Codes

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

#0bdcef Text Font Color

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

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


#0bdcef Background Color

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

This div background color is #0bdcef


#0bdcef Border Color

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

This div border color is #0bdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdcef


Comments

No comments written yet.

Please login to write comment.