Color Hex Logo

#14290e Color Hex

#14290E
(20,41,14)
0 Favorites   0 Comments

Color spaces of #14290e

RGB 204114
HSL0.300.490.11
HSV107°66°16°
CMYK 0.510.000.66   0.84
XYZ1.16071.76630.6952
Yxy1.76630.32040.4876
Hunter Lab13.2902-7.66866.2017
CIE-Lab14.2097-15.073014.5557

#14290e color RGB value is (20,41,14).

#14290e hex color red value is 20, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #14290e hue: 0.30 , saturation: 0.49 and the lightness value of 14290e is 0.11.

The process color (four color CMYK) of #14290e color hex is 0.51, 0.00, 0.66, 0.84. Web safe color of #14290e is #003300. Color #14290e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 00001110
Octal 24 51 16
Decimal 20 41 14
Hex 14 29 E

RGB Percentages of Color #14290e

%26.67
%54.67
%18.67

CMYK Percentages of Color #14290e

%51
%0
%66
%84

Triadic Colors of #14290e

#14290e #0e1429 #290e14

Analogous Colors of #14290e

#14290e #0e2916 #22290e

Monochromatic Colors of #14290e

#14290e

Complementary Color

#14290e #230e29

#14290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14290e Color CSS Codes

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

#14290e Text Font Color

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

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


#14290e Background Color

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

This div background color is #14290e


#14290e Border Color

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

This div border color is #14290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14290e


Comments

No comments written yet.

Please login to write comment.