Color Hex Logo

#146c1d Color Hex

#146C1D
(20,108,29)
0 Favorites   0 Comments

Color spaces of #146c1d

RGB 2010829
HSL0.350.690.25
HSV126°81°42°
CMYK 0.810.000.73   0.58
XYZ5.872810.96262.9689
Yxy10.96260.29650.5535
Hunter Lab33.1098-26.281017.8604
CIE-Lab39.5174-41.630035.5226

#146c1d color RGB value is (20,108,29).

#146c1d hex color red value is 20, green value is 108 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #146c1d hue: 0.35 , saturation: 0.69 and the lightness value of 146c1d is 0.25.

The process color (four color CMYK) of #146c1d color hex is 0.81, 0.00, 0.73, 0.58. Web safe color of #146c1d is #006633. Color #146c1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101100 00011101
Octal 24 154 35
Decimal 20 108 29
Hex 14 6C 1D

RGB Percentages of Color #146c1d

%12.74
%68.79
%18.47

CMYK Percentages of Color #146c1d

%81
%0
%73
%58

Triadic Colors of #146c1d

#146c1d #1d146c #6c1d14

Analogous Colors of #146c1d

#146c1d #146c49 #376c14

Monochromatic Colors of #146c1d

#146c1d

Complementary Color

#146c1d #6c1463

#146c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#146c1d Color CSS Codes

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

#146c1d Text Font Color

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

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


#146c1d Background Color

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

This div background color is #146c1d


#146c1d Border Color

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

This div border color is #146c1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146c1d


Comments

No comments written yet.

Please login to write comment.