Color Hex Logo

#0bbecb Color Hex

#0BBECB
(11,190,203)
0 Favorites   0 Comments

Color spaces of #0bbecb

RGB 11190203
HSL0.510.900.42
HSV184°95°80°
CMYK 0.950.060.00   0.20
XYZ29.331041.209962.9083
Yxy41.20990.21980.3088
Hunter Lab64.1949-30.7836-13.1652
CIE-Lab70.3227-34.1979-17.7438

#0bbecb color RGB value is (11,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111110 11001011
Octal 13 276 313
Decimal 11 190 203
Hex B BE CB

RGB Percentages of Color #0bbecb

%2.72
%47.03
%50.25

CMYK Percentages of Color #0bbecb

%95
%6
%0
%20

Triadic Colors of #0bbecb

#0bbecb #cb0bbe #becb0b

Analogous Colors of #0bbecb

#0bbecb #0b5ecb #0bcb78

Monochromatic Colors of #0bbecb

#0bbecb

Complementary Color

#0bbecb #cb180b

#0bbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbecb Color CSS Codes

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

#0bbecb Text Font Color

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

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


#0bbecb Background Color

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

This div background color is #0bbecb


#0bbecb Border Color

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

This div border color is #0bbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbecb


Comments

No comments written yet.

Please login to write comment.