Color Hex Logo

#0bcccf Color Hex

#0BCCCF
(11,204,207)
0 Favorites   0 Comments

Color spaces of #0bcccf

RGB 11204207
HSL0.500.900.43
HSV181°95°81°
CMYK 0.950.010.00   0.19
XYZ32.993447.761966.5115
Yxy47.76190.22400.3243
Hunter Lab69.1100-35.7258-8.6838
CIE-Lab74.6745-39.4402-13.3622

#0bcccf color RGB value is (11,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 11001111
Octal 13 314 317
Decimal 11 204 207
Hex B CC CF

RGB Percentages of Color #0bcccf

%2.61
%48.34
%49.05

CMYK Percentages of Color #0bcccf

%95
%1
%0
%19

Triadic Colors of #0bcccf

#0bcccf #cf0bcc #cccf0b

Analogous Colors of #0bcccf

#0bcccf #0b6acf #0bcf70

Monochromatic Colors of #0bcccf

#0bcccf

Complementary Color

#0bcccf #cf0e0b

#0bcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcccf Color CSS Codes

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

#0bcccf Text Font Color

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

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


#0bcccf Background Color

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

This div background color is #0bcccf


#0bcccf Border Color

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

This div border color is #0bcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcccf


Comments

No comments written yet.

Please login to write comment.