Color Hex Logo

#0bdbee Color Hex

#0BDBEE
(11,219,238)
0 Favorites   0 Comments

Color spaces of #0bdbee

RGB 11219238
HSL0.510.910.49
HSV185°95°93°
CMYK 0.950.080.00   0.07
XYZ40.902156.907289.7173
Yxy56.90720.21810.3035
Hunter Lab75.4369-35.2313-17.7080
CIE-Lab80.1274-36.8519-21.7635

#0bdbee color RGB value is (11,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011011 11101110
Octal 13 333 356
Decimal 11 219 238
Hex B DB EE

RGB Percentages of Color #0bdbee

%2.35
%46.79
%50.85

CMYK Percentages of Color #0bdbee

%95
%8
%0
%7

Triadic Colors of #0bdbee

#0bdbee #ee0bdb #dbee0b

Analogous Colors of #0bdbee

#0bdbee #0b6aee #0bee90

Monochromatic Colors of #0bdbee

#0bdbee

Complementary Color

#0bdbee #ee1e0b

#0bdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdbee Color CSS Codes

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

#0bdbee Text Font Color

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

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


#0bdbee Background Color

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

This div background color is #0bdbee


#0bdbee Border Color

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

This div border color is #0bdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdbee


Comments

No comments written yet.

Please login to write comment.