Color Hex Logo

#000e6c Color Hex

#000E6C
(0,14,108)
0 Favorites   0 Comments

Color spaces of #000e6c

RGB 014108
HSL0.651.000.21
HSV232°100°42°
CMYK 1.000.870.00   0.58
XYZ2.86381.396814.3060
Yxy1.39680.15420.0752
Hunter Lab11.818622.5702-63.4952
CIE-Lab11.936335.1711-53.5093

#000e6c color RGB value is (0,14,108).

#000e6c hex color red value is 0, green value is 14 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #000e6c hue: 0.65 , saturation: 1.00 and the lightness value of 000e6c is 0.21.

The process color (four color CMYK) of #000e6c color hex is 1.00, 0.87, 0.00, 0.58. Web safe color of #000e6c is #000066. Color #000e6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001110 01101100
Octal 0 16 154
Decimal 0 14 108
Hex 0 E 6C

RGB Percentages of Color #000e6c

%0.00
%11.48
%88.52

CMYK Percentages of Color #000e6c

%100
%87
%0
%58

Triadic Colors of #000e6c

#000e6c #6c000e #0e6c00

Analogous Colors of #000e6c

#000e6c #28006c #00446c

Monochromatic Colors of #000e6c

#000e6c

Complementary Color

#000e6c #6c5e00

#000e6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000e6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#000e6c Color CSS Codes

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

#000e6c Text Font Color

<p style="color:#000e6c">Text here</p>

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


#000e6c Background Color

<div style="background-color:#000e6c">
Div content here</div>

This div background color is #000e6c


#000e6c Border Color

<div style="border:3px solid #000e6c">
Div here</div>

This div border color is #000e6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,14,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000e6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000e6c;
  -webkit-box-shadow: 1px 1px 3px 2px #000e6c;
  box-shadow:         1px 1px 3px 2px #000e6c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,14,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000e6c


Comments

No comments written yet.

Please login to write comment.