Color Hex Logo

#0c3acc Color Hex

#0C3ACC
(12,58,204)
0 Favorites   0 Comments

Color spaces of #0c3acc

RGB 1258204
HSL0.630.890.42
HSV226°94°80°
CMYK 0.940.720.00   0.20
XYZ12.56387.463957.9052
Yxy7.46390.16120.0958
Hunter Lab27.320134.2771-106.5414
CIE-Lab32.840544.1818-77.8299

#0c3acc color RGB value is (12,58,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111010 11001100
Octal 14 72 314
Decimal 12 58 204
Hex C 3A CC

RGB Percentages of Color #0c3acc

%4.38
%21.17
%74.45

CMYK Percentages of Color #0c3acc

%94
%72
%0
%20

Triadic Colors of #0c3acc

#0c3acc #cc0c3a #3acc0c

Analogous Colors of #0c3acc

#0c3acc #3e0ccc #0c9acc

Monochromatic Colors of #0c3acc

#0c3acc

Complementary Color

#0c3acc #cc9e0c

#0c3acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3acc Color CSS Codes

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

#0c3acc Text Font Color

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

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


#0c3acc Background Color

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

This div background color is #0c3acc


#0c3acc Border Color

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

This div border color is #0c3acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3acc


Comments

No comments written yet.

Please login to write comment.