Color Hex Logo

#0bbdcb Color Hex

#0BBDCB
(11,189,203)
0 Favorites   0 Comments

Color spaces of #0bbdcb

RGB 11189203
HSL0.510.900.42
HSV184°95°80°
CMYK 0.950.070.00   0.20
XYZ29.115140.778162.8364
Yxy40.77810.21940.3072
Hunter Lab63.8577-30.3663-13.6413
CIE-Lab70.0202-33.7248-18.2019

#0bbdcb color RGB value is (11,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11001011
Octal 13 275 313
Decimal 11 189 203
Hex B BD CB

RGB Percentages of Color #0bbdcb

%2.73
%46.90
%50.37

CMYK Percentages of Color #0bbdcb

%95
%7
%0
%20

Triadic Colors of #0bbdcb

#0bbdcb #cb0bbd #bdcb0b

Analogous Colors of #0bbdcb

#0bbdcb #0b5dcb #0bcb79

Monochromatic Colors of #0bbdcb

#0bbdcb

Complementary Color

#0bbdcb #cb190b

#0bbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdcb Color CSS Codes

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

#0bbdcb Text Font Color

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

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


#0bbdcb Background Color

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

This div background color is #0bbdcb


#0bbdcb Border Color

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

This div border color is #0bbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdcb


Comments

No comments written yet.

Please login to write comment.