Color Hex Logo

#0bb1cb Color Hex

#0BB1CB
(11,177,203)
0 Favorites   0 Comments

Color spaces of #0bb1cb

RGB 11177203
HSL0.520.900.42
HSV188°95°80°
CMYK 0.950.130.00   0.20
XYZ26.639635.827262.0112
Yxy35.82720.21400.2878
Hunter Lab59.8558-25.3040-19.5259
CIE-Lab66.3877-27.9044-23.7327

#0bb1cb color RGB value is (11,177,203).

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

The process color (four color CMYK) of #0bb1cb color hex is 0.95, 0.13, 0.00, 0.20. Web safe color of #0bb1cb is #0099cc. Color #0bb1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10110001 11001011
Octal 13 261 313
Decimal 11 177 203
Hex B B1 CB

RGB Percentages of Color #0bb1cb

%2.81
%45.27
%51.92

CMYK Percentages of Color #0bb1cb

%95
%13
%0
%20

Triadic Colors of #0bb1cb

#0bb1cb #cb0bb1 #b1cb0b

Analogous Colors of #0bb1cb

#0bb1cb #0b51cb #0bcb85

Monochromatic Colors of #0bb1cb

#0bb1cb

Complementary Color

#0bb1cb #cb250b

#0bb1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bb1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bb1cb Color CSS Codes

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

#0bb1cb Text Font Color

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

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


#0bb1cb Background Color

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

This div background color is #0bb1cb


#0bb1cb Border Color

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

This div border color is #0bb1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bb1cb


Comments

No comments written yet.

Please login to write comment.