Color Hex Logo

#0cbbcc Color Hex

#0CBBCC
(12,187,204)
0 Favorites   0 Comments

Color spaces of #0cbbcc

RGB 12187204
HSL0.510.890.42
HSV185°94°80°
CMYK 0.940.080.00   0.20
XYZ28.821039.978463.3243
Yxy39.97840.21810.3026
Hunter Lab63.2285-29.2854-15.1199
CIE-Lab69.4541-32.4238-19.6077

#0cbbcc color RGB value is (12,187,204).

#0cbbcc hex color red value is 12, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0cbbcc hue: 0.51 , saturation: 0.89 and the lightness value of 0cbbcc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 11001100
Octal 14 273 314
Decimal 12 187 204
Hex C BB CC

RGB Percentages of Color #0cbbcc

%2.98
%46.40
%50.62

CMYK Percentages of Color #0cbbcc

%94
%8
%0
%20

Triadic Colors of #0cbbcc

#0cbbcc #cc0cbb #bbcc0c

Analogous Colors of #0cbbcc

#0cbbcc #0c5bcc #0ccc7d

Monochromatic Colors of #0cbbcc

#0cbbcc

Complementary Color

#0cbbcc #cc1d0c

#0cbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbcc Color CSS Codes

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

#0cbbcc Text Font Color

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

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


#0cbbcc Background Color

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

This div background color is #0cbbcc


#0cbbcc Border Color

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

This div border color is #0cbbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,187,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbcc


Comments

No comments written yet.

Please login to write comment.