Color Hex Logo

#0c4eca Color Hex

#0C4ECA
(12,78,202)
0 Favorites   0 Comments

Color spaces of #0c4eca

RGB 1278202
HSL0.610.890.42
HSV219°94°79°
CMYK 0.940.610.00   0.21
XYZ13.53679.791257.0535
Yxy9.79120.16840.1218
Hunter Lab31.290922.4615-86.2014
CIE-Lab37.465030.6600-69.0581

#0c4eca color RGB value is (12,78,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 01001110 11001010
Octal 14 116 312
Decimal 12 78 202
Hex C 4E CA

RGB Percentages of Color #0c4eca

%4.11
%26.71
%69.18

CMYK Percentages of Color #0c4eca

%94
%61
%0
%21

Triadic Colors of #0c4eca

#0c4eca #ca0c4e #4eca0c

Analogous Colors of #0c4eca

#0c4eca #290cca #0cadca

Monochromatic Colors of #0c4eca

#0c4eca

Complementary Color

#0c4eca #ca880c

#0c4eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c4eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c4eca Color CSS Codes

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

#0c4eca Text Font Color

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

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


#0c4eca Background Color

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

This div background color is #0c4eca


#0c4eca Border Color

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

This div border color is #0c4eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c4eca


Comments

No comments written yet.

Please login to write comment.