Color Hex Logo

#14711c Color Hex

#14711C
(20,113,28)
0 Favorites   0 Comments

Color spaces of #14711c

RGB 2011328
HSL0.350.700.26
HSV125°82°44°
CMYK 0.820.000.75   0.56
XYZ6.403212.04283.0856
Yxy12.04280.29740.5593
Hunter Lab34.7027-27.793719.0201
CIE-Lab41.2841-43.464837.7900

#14711c color RGB value is (20,113,28).

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

The process color (four color CMYK) of #14711c color hex is 0.82, 0.00, 0.75, 0.56. Web safe color of #14711c is #006633. Color #14711c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 00011100
Octal 24 161 34
Decimal 20 113 28
Hex 14 71 1C

RGB Percentages of Color #14711c

%12.42
%70.19
%17.39

CMYK Percentages of Color #14711c

%82
%0
%75
%56

Triadic Colors of #14711c

#14711c #1c1471 #711c14

Analogous Colors of #14711c

#14711c #14714b #3b7114

Monochromatic Colors of #14711c

#14711c

Complementary Color

#14711c #711469

#14711c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14711c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14711c Color CSS Codes

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

#14711c Text Font Color

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

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


#14711c Background Color

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

This div background color is #14711c


#14711c Border Color

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

This div border color is #14711c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14711c


Comments

No comments written yet.

Please login to write comment.