Color Hex Logo

#0bdcee Color Hex

#0BDCEE
(11,220,238)
0 Favorites   0 Comments

Color spaces of #0bdcee

RGB 11220238
HSL0.510.910.49
HSV185°95°93°
CMYK 0.950.080.00   0.07
XYZ41.163857.430689.8046
Yxy57.43060.21850.3048
Hunter Lab75.7830-35.6626-17.2119
CIE-Lab80.4212-37.3149-21.3177

#0bdcee color RGB value is (11,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011100 11101110
Octal 13 334 356
Decimal 11 220 238
Hex B DC EE

RGB Percentages of Color #0bdcee

%2.35
%46.91
%50.75

CMYK Percentages of Color #0bdcee

%95
%8
%0
%7

Triadic Colors of #0bdcee

#0bdcee #ee0bdc #dcee0b

Analogous Colors of #0bdcee

#0bdcee #0b6bee #0bee8f

Monochromatic Colors of #0bdcee

#0bdcee

Complementary Color

#0bdcee #ee1d0b

#0bdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdcee Color CSS Codes

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

#0bdcee Text Font Color

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

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


#0bdcee Background Color

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

This div background color is #0bdcee


#0bdcee Border Color

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

This div border color is #0bdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdcee


Comments

No comments written yet.

Please login to write comment.