Color Hex Logo

#0c3dee Color Hex

#0C3DEE
(12,61,238)
0 Favorites   0 Comments

Color spaces of #0c3dee

RGB 1261238
HSL0.630.900.49
HSV227°95°93°
CMYK 0.950.740.00   0.07
XYZ17.25309.588781.8304
Yxy9.58870.15880.0882
Hunter Lab30.965645.2643-135.0050
CIE-Lab37.093954.2506-90.2955

#0c3dee color RGB value is (12,61,238).

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

The process color (four color CMYK) of #0c3dee color hex is 0.95, 0.74, 0.00, 0.07. Web safe color of #0c3dee is #0033ff. Color #0c3dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111101 11101110
Octal 14 75 356
Decimal 12 61 238
Hex C 3D EE

RGB Percentages of Color #0c3dee

%3.86
%19.61
%76.53

CMYK Percentages of Color #0c3dee

%95
%74
%0
%7

Triadic Colors of #0c3dee

#0c3dee #ee0c3d #3dee0c

Analogous Colors of #0c3dee

#0c3dee #4c0cee #0caeee

Monochromatic Colors of #0c3dee

#0c3dee

Complementary Color

#0c3dee #eebd0c

#0c3dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3dee Color CSS Codes

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

#0c3dee Text Font Color

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

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


#0c3dee Background Color

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

This div background color is #0c3dee


#0c3dee Border Color

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

This div border color is #0c3dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3dee


Comments

No comments written yet.

Please login to write comment.