Color Hex Logo

#0bbdcd Color Hex

#0BBDCD
(11,189,205)
0 Favorites   0 Comments

Color spaces of #0bbdcd

RGB 11189205
HSL0.510.900.42
HSV185°95°80°
CMYK 0.950.080.00   0.20
XYZ29.355140.874164.0999
Yxy40.87410.21850.3043
Hunter Lab63.9329-29.9233-14.6919
CIE-Lab70.0876-33.0920-19.1943

#0bbdcd color RGB value is (11,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11001101
Octal 13 275 315
Decimal 11 189 205
Hex B BD CD

RGB Percentages of Color #0bbdcd

%2.72
%46.67
%50.62

CMYK Percentages of Color #0bbdcd

%95
%8
%0
%20

Triadic Colors of #0bbdcd

#0bbdcd #cd0bbd #bdcd0b

Analogous Colors of #0bbdcd

#0bbdcd #0b5ccd #0bcd7c

Monochromatic Colors of #0bbdcd

#0bbdcd

Complementary Color

#0bbdcd #cd1b0b

#0bbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdcd Color CSS Codes

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

#0bbdcd Text Font Color

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

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


#0bbdcd Background Color

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

This div background color is #0bbdcd


#0bbdcd Border Color

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

This div border color is #0bbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdcd


Comments

No comments written yet.

Please login to write comment.