Color Hex Logo

#0c4eeb Color Hex

#0C4EEB
(12,78,235)
0 Favorites   0 Comments

Color spaces of #0c4eeb

RGB 1278235
HSL0.620.900.48
HSV222°95°92°
CMYK 0.950.670.00   0.08
XYZ17.871411.525179.8799
Yxy11.52510.16350.1055
Hunter Lab33.948634.5567-115.7432
CIE-Lab40.451243.1224-83.0507

#0c4eeb color RGB value is (12,78,235).

#0c4eeb hex color red value is 12, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0c4eeb hue: 0.62 , saturation: 0.90 and the lightness value of 0c4eeb is 0.48.

The process color (four color CMYK) of #0c4eeb color hex is 0.95, 0.67, 0.00, 0.08. Web safe color of #0c4eeb is #0066ff. Color #0c4eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01001110 11101011
Octal 14 116 353
Decimal 12 78 235
Hex C 4E EB

RGB Percentages of Color #0c4eeb

%3.69
%24.00
%72.31

CMYK Percentages of Color #0c4eeb

%95
%67
%0
%8

Triadic Colors of #0c4eeb

#0c4eeb #eb0c4e #4eeb0c

Analogous Colors of #0c4eeb

#0c4eeb #390ceb #0cbeeb

Monochromatic Colors of #0c4eeb

#0c4eeb

Complementary Color

#0c4eeb #eba90c

#0c4eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c4eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c4eeb Color CSS Codes

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

#0c4eeb Text Font Color

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

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


#0c4eeb Background Color

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

This div background color is #0c4eeb


#0c4eeb Border Color

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

This div border color is #0c4eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c4eeb


Comments

No comments written yet.

Please login to write comment.