Color Hex Logo

#14500e Color Hex

#14500E
(20,80,14)
0 Favorites   0 Comments

Color spaces of #14500e

RGB 208014
HSL0.320.700.18
HSV115°83°31°
CMYK 0.750.000.83   0.69
XYZ3.23645.91781.3871
Yxy5.91780.30700.5614
Hunter Lab24.3265-18.823813.6479
CIE-Lab29.2041-32.784631.2279

#14500e color RGB value is (20,80,14).

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

The process color (four color CMYK) of #14500e color hex is 0.75, 0.00, 0.83, 0.69. Web safe color of #14500e is #006600. Color #14500e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 00001110
Octal 24 120 16
Decimal 20 80 14
Hex 14 50 E

RGB Percentages of Color #14500e

%17.54
%70.18
%12.28

CMYK Percentages of Color #14500e

%75
%0
%83
%69

Triadic Colors of #14500e

#14500e #0e1450 #500e14

Analogous Colors of #14500e

#14500e #0e5029 #35500e

Monochromatic Colors of #14500e

#14500e

Complementary Color

#14500e #4a0e50

#14500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14500e Color CSS Codes

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

#14500e Text Font Color

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

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


#14500e Background Color

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

This div background color is #14500e


#14500e Border Color

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

This div border color is #14500e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14500e


Comments

No comments written yet.

Please login to write comment.