Color Hex Logo

#0bbec8 Color Hex

#0BBEC8
(11,190,200)
0 Favorites   0 Comments

Color spaces of #0bbec8

RGB 11190200
HSL0.510.900.41
HSV183°95°78°
CMYK 0.950.050.00   0.22
XYZ28.976841.068261.0433
Yxy41.06820.22100.3133
Hunter Lab64.0845-31.4363-11.6172
CIE-Lab70.2237-35.1365-16.2519

#0bbec8 color RGB value is (11,190,200).

#0bbec8 hex color red value is 11, green value is 190 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #0bbec8 hue: 0.51 , saturation: 0.90 and the lightness value of 0bbec8 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111110 11001000
Octal 13 276 310
Decimal 11 190 200
Hex B BE C8

RGB Percentages of Color #0bbec8

%2.74
%47.38
%49.88

CMYK Percentages of Color #0bbec8

%95
%5
%0
%22

Triadic Colors of #0bbec8

#0bbec8 #c80bbe #bec80b

Analogous Colors of #0bbec8

#0bbec8 #0b5fc8 #0bc874

Monochromatic Colors of #0bbec8

#0bbec8

Complementary Color

#0bbec8 #c8150b

#0bbec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbec8 Color CSS Codes

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

#0bbec8 Text Font Color

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

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


#0bbec8 Background Color

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

This div background color is #0bbec8


#0bbec8 Border Color

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

This div border color is #0bbec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbec8


Comments

No comments written yet.

Please login to write comment.