Color Hex Logo

#14170e Color Hex

#14170E
(20,23,14)
0 Favorites   0 Comments

Color spaces of #14170e

RGB 202314
HSL0.220.240.07
HSV80°39°
CMYK 0.130.000.39   0.91
XYZ0.67420.79320.5330
Yxy0.79320.33700.3965
Hunter Lab8.9062-2.07332.6860
CIE-Lab7.1649-3.26544.7296

#14170e color RGB value is (20,23,14).

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

The process color (four color CMYK) of #14170e color hex is 0.13, 0.00, 0.39, 0.91. Web safe color of #14170e is #000000. Color #14170e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 00001110
Octal 24 27 16
Decimal 20 23 14
Hex 14 17 E

RGB Percentages of Color #14170e

%35.09
%40.35
%24.56

CMYK Percentages of Color #14170e

%13
%0
%39
%91

Triadic Colors of #14170e

#14170e #0e1417 #170e14

Analogous Colors of #14170e

#14170e #10170e #17160e

Monochromatic Colors of #14170e

#14170e

Complementary Color

#14170e #110e17

#14170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14170e Color CSS Codes

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

#14170e Text Font Color

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

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


#14170e Background Color

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

This div background color is #14170e


#14170e Border Color

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

This div border color is #14170e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,23,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 #14170e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14170e


Comments

No comments written yet.

Please login to write comment.