Color Hex Logo

#144014 Color Hex

#144014
(20,64,20)
1 Favorites   0 Comments

Color spaces of #144014

RGB 206420
HSL0.330.520.16
HSV120°69°25°
CMYK 0.690.000.69   0.75
XYZ2.24823.86601.2895
Yxy3.86600.30370.5222
Hunter Lab19.6621-13.99889.8751
CIE-Lab23.2234-25.538822.0386

#144014 color RGB value is (20,64,20).

#144014 hex color red value is 20, green value is 64 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #144014 hue: 0.33 , saturation: 0.52 and the lightness value of 144014 is 0.16.

The process color (four color CMYK) of #144014 color hex is 0.69, 0.00, 0.69, 0.75. Web safe color of #144014 is #003300. Color #144014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000000 00010100
Octal 24 100 24
Decimal 20 64 20
Hex 14 40 14

RGB Percentages of Color #144014

%19.23
%61.54
%19.23

CMYK Percentages of Color #144014

%69
%0
%69
%75

Triadic Colors of #144014

#144014 #141440 #401414

Analogous Colors of #144014

#144014 #14402a #2a4014

Monochromatic Colors of #144014

#144014

Complementary Color

#144014 #401440

#144014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144014 Color CSS Codes

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

#144014 Text Font Color

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

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


#144014 Background Color

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

This div background color is #144014


#144014 Border Color

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

This div border color is #144014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144014


Comments

No comments written yet.

Please login to write comment.