Color Hex Logo

#0c6ccc Color Hex

#0C6CCC
(12,108,204)
0 Favorites   0 Comments

Color spaces of #0c6ccc

RGB 12108204
HSL0.580.890.42
HSV210°94°80°
CMYK 0.940.470.00   0.20
XYZ16.413315.162959.1884
Yxy15.16290.18080.1671
Hunter Lab38.93967.0948-62.8635
CIE-Lab45.856511.8113-56.5767

#0c6ccc color RGB value is (12,108,204).

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

The process color (four color CMYK) of #0c6ccc color hex is 0.94, 0.47, 0.00, 0.20. Web safe color of #0c6ccc is #0066cc. Color #0c6ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01101100 11001100
Octal 14 154 314
Decimal 12 108 204
Hex C 6C CC

RGB Percentages of Color #0c6ccc

%3.70
%33.33
%62.96

CMYK Percentages of Color #0c6ccc

%94
%47
%0
%20

Triadic Colors of #0c6ccc

#0c6ccc #cc0c6c #6ccc0c

Analogous Colors of #0c6ccc

#0c6ccc #0c0ccc #0ccccc

Monochromatic Colors of #0c6ccc

#0c6ccc

Complementary Color

#0c6ccc #cc6c0c

#0c6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c6ccc Color CSS Codes

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

#0c6ccc Text Font Color

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

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


#0c6ccc Background Color

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

This div background color is #0c6ccc


#0c6ccc Border Color

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

This div border color is #0c6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c6ccc


Comments

No comments written yet.

Please login to write comment.