Color Hex Logo

#10140e Color Hex

#10140E
(16,20,14)
0 Favorites   0 Comments

Color spaces of #10140e

RGB 162014
HSL0.280.180.07
HSV100°30°
CMYK 0.200.000.30   0.92
XYZ0.54310.64220.5108
Yxy0.64220.32020.3786
Hunter Lab8.0137-1.92691.8304
CIE-Lab5.8009-2.75652.6954

#10140e color RGB value is (16,20,14).

#10140e hex color red value is 16, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #10140e hue: 0.28 , saturation: 0.18 and the lightness value of 10140e is 0.07.

The process color (four color CMYK) of #10140e color hex is 0.20, 0.00, 0.30, 0.92. Web safe color of #10140e is #000000. Color #10140e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010100 00001110
Octal 20 24 16
Decimal 16 20 14
Hex 10 14 E

RGB Percentages of Color #10140e

%32.00
%40.00
%28.00

CMYK Percentages of Color #10140e

%20
%0
%30
%92

Triadic Colors of #10140e

#10140e #0e1014 #140e10

Analogous Colors of #10140e

#10140e #0e140f #13140e

Monochromatic Colors of #10140e

#10140e

Complementary Color

#10140e #120e14

#10140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10140e Color CSS Codes

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

#10140e Text Font Color

<p style="color:#10140e">Text here</p>

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


#10140e Background Color

<div style="background-color:#10140e">
Div content here</div>

This div background color is #10140e


#10140e Border Color

<div style="border:3px solid #10140e">
Div here</div>

This div border color is #10140e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10140e


Comments

No comments written yet.

Please login to write comment.