Color Hex Logo

#0e1007 Color Hex

#0E1007
(14,16,7)
0 Favorites   0 Comments

Color spaces of #0e1007

RGB 14167
HSL0.200.390.05
HSV73°56°
CMYK 0.130.000.56   0.94
XYZ0.40470.47930.2722
Yxy0.47930.35000.4145
Hunter Lab6.9231-1.68112.5151
CIE-Lab4.3295-2.08343.5712

#0e1007 color RGB value is (14,16,7).

#0e1007 hex color red value is 14, green value is 16 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #0e1007 hue: 0.20 , saturation: 0.39 and the lightness value of 0e1007 is 0.05.

The process color (four color CMYK) of #0e1007 color hex is 0.13, 0.00, 0.56, 0.94. Web safe color of #0e1007 is #000000. Color #0e1007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010000 00000111
Octal 16 20 7
Decimal 14 16 7
Hex E 10 7

RGB Percentages of Color #0e1007

%37.84
%43.24
%18.92

CMYK Percentages of Color #0e1007

%13
%0
%56
%94

Triadic Colors of #0e1007

#0e1007 #070e10 #10070e

Analogous Colors of #0e1007

#0e1007 #0a1007 #100e07

Monochromatic Colors of #0e1007

#0e1007

Complementary Color

#0e1007 #090710

#0e1007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e1007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e1007 Color CSS Codes

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

#0e1007 Text Font Color

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

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


#0e1007 Background Color

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

This div background color is #0e1007


#0e1007 Border Color

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

This div border color is #0e1007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e1007


Comments

No comments written yet.

Please login to write comment.