Color Hex Logo

#0c3ebe Color Hex

#0C3EBE
(12,62,190)
0 Favorites   0 Comments

Color spaces of #0c3ebe

RGB 1262190
HSL0.620.880.40
HSV223°94°75°
CMYK 0.940.670.00   0.25
XYZ11.16857.241149.5242
Yxy7.24110.16440.1066
Hunter Lab26.909326.9938-90.2816
CIE-Lab32.349636.4966-70.4479

#0c3ebe color RGB value is (12,62,190).

#0c3ebe hex color red value is 12, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0c3ebe hue: 0.62 , saturation: 0.88 and the lightness value of 0c3ebe is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111110 10111110
Octal 14 76 276
Decimal 12 62 190
Hex C 3E BE

RGB Percentages of Color #0c3ebe

%4.55
%23.48
%71.97

CMYK Percentages of Color #0c3ebe

%94
%67
%0
%25

Triadic Colors of #0c3ebe

#0c3ebe #be0c3e #3ebe0c

Analogous Colors of #0c3ebe

#0c3ebe #330cbe #0c97be

Monochromatic Colors of #0c3ebe

#0c3ebe

Complementary Color

#0c3ebe #be8c0c

#0c3ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3ebe Color CSS Codes

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

#0c3ebe Text Font Color

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

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


#0c3ebe Background Color

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

This div background color is #0c3ebe


#0c3ebe Border Color

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

This div border color is #0c3ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3ebe


Comments

No comments written yet.

Please login to write comment.