Color Hex Logo

#0bbaea Color Hex

#0BBAEA
(11,186,234)
0 Favorites   0 Comments

Color spaces of #0bbaea

RGB 11186234
HSL0.540.910.48
HSV193°95°92°
CMYK 0.950.210.00   0.08
XYZ32.548241.129584.0652
Yxy41.12950.20630.2607
Hunter Lab64.1323-21.6398-32.8253
CIE-Lab70.2666-22.0281-34.7417

#0bbaea color RGB value is (11,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111010 11101010
Octal 13 272 352
Decimal 11 186 234
Hex B BA EA

RGB Percentages of Color #0bbaea

%2.55
%43.16
%54.29

CMYK Percentages of Color #0bbaea

%95
%21
%0
%8

Triadic Colors of #0bbaea

#0bbaea #ea0bba #baea0b

Analogous Colors of #0bbaea

#0bbaea #0b4bea #0beaab

Monochromatic Colors of #0bbaea

#0bbaea

Complementary Color

#0bbaea #ea3b0b

#0bbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbaea Color CSS Codes

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

#0bbaea Text Font Color

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

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


#0bbaea Background Color

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

This div background color is #0bbaea


#0bbaea Border Color

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

This div border color is #0bbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbaea


Comments

No comments written yet.

Please login to write comment.