Color Hex Logo

#0c0cbc Color Hex

#0C0CBC
(12,12,188)
0 Favorites   0 Comments

Color spaces of #0c0cbc

RGB 1212188
HSL0.670.880.39
HSV240°94°74°
CMYK 0.940.940.00   0.26
XYZ9.36023.971947.8503
Yxy3.97190.15300.0649
Hunter Lab19.929648.9579-128.4024
CIE-Lab23.578360.3011-83.8180

#0c0cbc color RGB value is (12,12,188).

#0c0cbc hex color red value is 12, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0c0cbc hue: 0.67 , saturation: 0.88 and the lightness value of 0c0cbc is 0.39.

The process color (four color CMYK) of #0c0cbc color hex is 0.94, 0.94, 0.00, 0.26. Web safe color of #0c0cbc is #0000cc. Color #0c0cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00001100 10111100
Octal 14 14 274
Decimal 12 12 188
Hex C C BC

RGB Percentages of Color #0c0cbc

%5.66
%5.66
%88.68

CMYK Percentages of Color #0c0cbc

%94
%94
%0
%26

Triadic Colors of #0c0cbc

#0c0cbc #bc0c0c #0cbc0c

Analogous Colors of #0c0cbc

#0c0cbc #640cbc #0c64bc

Monochromatic Colors of #0c0cbc

#0c0cbc

Complementary Color

#0c0cbc #bcbc0c

#0c0cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c0cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c0cbc Color CSS Codes

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

#0c0cbc Text Font Color

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

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


#0c0cbc Background Color

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

This div background color is #0c0cbc


#0c0cbc Border Color

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

This div border color is #0c0cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c0cbc


Comments

No comments written yet.

Please login to write comment.