Color Hex Logo

#0bbada Color Hex

#0BBADA
(11,186,218)
0 Favorites   0 Comments

Color spaces of #0bbada

RGB 11186218
HSL0.530.900.45
HSV189°95°85°
CMYK 0.950.150.00   0.15
XYZ30.351840.250972.4992
Yxy40.25090.21210.2813
Hunter Lab63.4436-25.6308-23.3422
CIE-Lab69.6479-27.4138-26.9756

#0bbada color RGB value is (11,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111010 11011010
Octal 13 272 332
Decimal 11 186 218
Hex B BA DA

RGB Percentages of Color #0bbada

%2.65
%44.82
%52.53

CMYK Percentages of Color #0bbada

%95
%15
%0
%15

Triadic Colors of #0bbada

#0bbada #da0bba #bada0b

Analogous Colors of #0bbada

#0bbada #0b52da #0bda93

Monochromatic Colors of #0bbada

#0bbada

Complementary Color

#0bbada #da2b0b

#0bbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbada Color CSS Codes

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

#0bbada Text Font Color

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

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


#0bbada Background Color

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

This div background color is #0bbada


#0bbada Border Color

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

This div border color is #0bbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbada


Comments

No comments written yet.

Please login to write comment.