Color Hex Logo

#0bbccf Color Hex

#0BBCCF
(11,188,207)
0 Favorites   0 Comments

Color spaces of #0bbccf

RGB 11188207
HSL0.520.900.43
HSV186°95°81°
CMYK 0.950.090.00   0.19
XYZ29.383740.542665.3083
Yxy40.54260.21730.2998
Hunter Lab63.6731-29.0541-16.2415
CIE-Lab69.8543-31.9764-20.6434

#0bbccf color RGB value is (11,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111100 11001111
Octal 13 274 317
Decimal 11 188 207
Hex B BC CF

RGB Percentages of Color #0bbccf

%2.71
%46.31
%50.99

CMYK Percentages of Color #0bbccf

%95
%9
%0
%19

Triadic Colors of #0bbccf

#0bbccf #cf0bbc #bccf0b

Analogous Colors of #0bbccf

#0bbccf #0b5acf #0bcf80

Monochromatic Colors of #0bbccf

#0bbccf

Complementary Color

#0bbccf #cf1e0b

#0bbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbccf Color CSS Codes

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

#0bbccf Text Font Color

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

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


#0bbccf Background Color

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

This div background color is #0bbccf


#0bbccf Border Color

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

This div border color is #0bbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbccf


Comments

No comments written yet.

Please login to write comment.