Color Hex Logo

#14671c Color Hex

#14671C
(20,103,28)
0 Favorites   0 Comments

Color spaces of #14671c

RGB 2010328
HSL0.350.670.24
HSV126°81°40°
CMYK 0.810.000.73   0.60
XYZ5.34839.93312.7340
Yxy9.93310.29690.5514
Hunter Lab31.5168-24.863616.9185
CIE-Lab37.7221-39.960634.0587

#14671c color RGB value is (20,103,28).

#14671c hex color red value is 20, green value is 103 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #14671c hue: 0.35 , saturation: 0.67 and the lightness value of 14671c is 0.24.

The process color (four color CMYK) of #14671c color hex is 0.81, 0.00, 0.73, 0.60. Web safe color of #14671c is #006633. Color #14671c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100111 00011100
Octal 24 147 34
Decimal 20 103 28
Hex 14 67 1C

RGB Percentages of Color #14671c

%13.25
%68.21
%18.54

CMYK Percentages of Color #14671c

%81
%0
%73
%60

Triadic Colors of #14671c

#14671c #1c1467 #671c14

Analogous Colors of #14671c

#14671c #146746 #366714

Monochromatic Colors of #14671c

#14671c

Complementary Color

#14671c #67145f

#14671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14671c Color CSS Codes

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

#14671c Text Font Color

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

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


#14671c Background Color

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

This div background color is #14671c


#14671c Border Color

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

This div border color is #14671c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14671c


Comments

No comments written yet.

Please login to write comment.