Color Hex Logo

#0bdceb Color Hex

#0BDCEB
(11,220,235)
0 Favorites   0 Comments

Color spaces of #0bdceb

RGB 11220235
HSL0.510.910.48
HSV184°95°92°
CMYK 0.950.060.00   0.08
XYZ40.726657.255787.5022
Yxy57.25570.21960.3087
Hunter Lab75.6675-36.3439-15.5959
CIE-Lab80.3232-38.2366-19.8699

#0bdceb color RGB value is (11,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011100 11101011
Octal 13 334 353
Decimal 11 220 235
Hex B DC EB

RGB Percentages of Color #0bdceb

%2.36
%47.21
%50.43

CMYK Percentages of Color #0bdceb

%95
%6
%0
%8

Triadic Colors of #0bdceb

#0bdceb #eb0bdc #dceb0b

Analogous Colors of #0bdceb

#0bdceb #0b6ceb #0beb8a

Monochromatic Colors of #0bdceb

#0bdceb

Complementary Color

#0bdceb #eb1a0b

#0bdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdceb Color CSS Codes

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

#0bdceb Text Font Color

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

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


#0bdceb Background Color

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

This div background color is #0bdceb


#0bdceb Border Color

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

This div border color is #0bdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdceb


Comments

No comments written yet.

Please login to write comment.