Color Hex Logo

#0bbdcf Color Hex

#0BBDCF
(11,189,207)
0 Favorites   0 Comments

Color spaces of #0bbdcf

RGB 11189207
HSL0.520.900.43
HSV186°95°81°
CMYK 0.950.090.00   0.19
XYZ29.598140.971365.3798
Yxy40.97130.21770.3014
Hunter Lab64.0088-29.4759-15.7537
CIE-Lab70.1558-32.4559-20.1851

#0bbdcf color RGB value is (11,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11001111
Octal 13 275 317
Decimal 11 189 207
Hex B BD CF

RGB Percentages of Color #0bbdcf

%2.70
%46.44
%50.86

CMYK Percentages of Color #0bbdcf

%95
%9
%0
%19

Triadic Colors of #0bbdcf

#0bbdcf #cf0bbd #bdcf0b

Analogous Colors of #0bbdcf

#0bbdcf #0b5bcf #0bcf7f

Monochromatic Colors of #0bbdcf

#0bbdcf

Complementary Color

#0bbdcf #cf1d0b

#0bbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdcf Color CSS Codes

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

#0bbdcf Text Font Color

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

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


#0bbdcf Background Color

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

This div background color is #0bbdcf


#0bbdcf Border Color

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

This div border color is #0bbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdcf


Comments

No comments written yet.

Please login to write comment.