Color Hex Logo

#0bbded Color Hex

#0BBDED
(11,189,237)
0 Favorites   0 Comments

Color spaces of #0bbded

RGB 11189237
HSL0.540.910.49
HSV193°95°93°
CMYK 0.950.200.00   0.07
XYZ33.621742.580886.5676
Yxy42.58080.20660.2616
Hunter Lab65.2540-22.2234-32.9779
CIE-Lab71.2695-22.5469-34.8153

#0bbded color RGB value is (11,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11101101
Octal 13 275 355
Decimal 11 189 237
Hex B BD ED

RGB Percentages of Color #0bbded

%2.52
%43.25
%54.23

CMYK Percentages of Color #0bbded

%95
%20
%0
%7

Triadic Colors of #0bbded

#0bbded #ed0bbd #bded0b

Analogous Colors of #0bbded

#0bbded #0b4ced #0bedac

Monochromatic Colors of #0bbded

#0bbded

Complementary Color

#0bbded #ed3b0b

#0bbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbded Color CSS Codes

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

#0bbded Text Font Color

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

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


#0bbded Background Color

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

This div background color is #0bbded


#0bbded Border Color

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

This div border color is #0bbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbded


Comments

No comments written yet.

Please login to write comment.