Color Hex Logo

#0bdeec Color Hex

#0BDEEC
(11,222,236)
0 Favorites   0 Comments

Color spaces of #0bdeec

RGB 11222236
HSL0.510.910.48
HSV184°95°93°
CMYK 0.950.060.00   0.07
XYZ41.399658.369888.4414
Yxy58.36980.22000.3101
Hunter Lab76.4001-36.9749-15.1545
CIE-Lab80.9440-38.8473-19.4625

#0bdeec color RGB value is (11,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011110 11101100
Octal 13 336 354
Decimal 11 222 236
Hex B DE EC

RGB Percentages of Color #0bdeec

%2.35
%47.33
%50.32

CMYK Percentages of Color #0bdeec

%95
%6
%0
%7

Triadic Colors of #0bdeec

#0bdeec #ec0bde #deec0b

Analogous Colors of #0bdeec

#0bdeec #0b6eec #0bec8a

Monochromatic Colors of #0bdeec

#0bdeec

Complementary Color

#0bdeec #ec190b

#0bdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdeec Color CSS Codes

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

#0bdeec Text Font Color

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

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


#0bdeec Background Color

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

This div background color is #0bdeec


#0bdeec Border Color

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

This div border color is #0bdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdeec


Comments

No comments written yet.

Please login to write comment.