Color Hex Logo

#0c3edb Color Hex

#0C3EDB
(12,62,219)
0 Favorites   0 Comments

Color spaces of #0c3edb

RGB 1262219
HSL0.630.900.45
HSV226°95°86°
CMYK 0.950.720.00   0.14
XYZ14.66048.637967.9124
Yxy8.63790.16070.0947
Hunter Lab29.390337.6059-116.4286
CIE-Lab35.277647.1227-82.4711

#0c3edb color RGB value is (12,62,219).

#0c3edb hex color red value is 12, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0c3edb hue: 0.63 , saturation: 0.90 and the lightness value of 0c3edb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111110 11011011
Octal 14 76 333
Decimal 12 62 219
Hex C 3E DB

RGB Percentages of Color #0c3edb

%4.10
%21.16
%74.74

CMYK Percentages of Color #0c3edb

%95
%72
%0
%14

Triadic Colors of #0c3edb

#0c3edb #db0c3e #3edb0c

Analogous Colors of #0c3edb

#0c3edb #420cdb #0ca6db

Monochromatic Colors of #0c3edb

#0c3edb

Complementary Color

#0c3edb #dba90c

#0c3edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3edb Color CSS Codes

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

#0c3edb Text Font Color

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

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


#0c3edb Background Color

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

This div background color is #0c3edb


#0c3edb Border Color

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

This div border color is #0c3edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3edb


Comments

No comments written yet.

Please login to write comment.