Color Hex Logo

#0bbbda Color Hex

#0BBBDA
(11,187,218)
0 Favorites   0 Comments

Color spaces of #0bbbda

RGB 11187218
HSL0.520.900.45
HSV189°95°85°
CMYK 0.950.140.00   0.15
XYZ30.563240.673872.5696
Yxy40.67380.21250.2828
Hunter Lab63.7760-26.0660-22.8218
CIE-Lab69.9468-27.9106-26.5167

#0bbbda color RGB value is (11,187,218).

#0bbbda hex color red value is 11, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0bbbda hue: 0.52 , saturation: 0.90 and the lightness value of 0bbbda is 0.45.

The process color (four color CMYK) of #0bbbda color hex is 0.95, 0.14, 0.00, 0.15. Web safe color of #0bbbda is #00cccc. Color #0bbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111011 11011010
Octal 13 273 332
Decimal 11 187 218
Hex B BB DA

RGB Percentages of Color #0bbbda

%2.64
%44.95
%52.40

CMYK Percentages of Color #0bbbda

%95
%14
%0
%15

Triadic Colors of #0bbbda

#0bbbda #da0bbb #bbda0b

Analogous Colors of #0bbbda

#0bbbda #0b53da #0bda92

Monochromatic Colors of #0bbbda

#0bbbda

Complementary Color

#0bbbda #da2a0b

#0bbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbbda Color CSS Codes

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

#0bbbda Text Font Color

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

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


#0bbbda Background Color

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

This div background color is #0bbbda


#0bbbda Border Color

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

This div border color is #0bbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbbda


Comments

No comments written yet.

Please login to write comment.