Color Hex Logo

#14871f Color Hex

#14871F
(20,135,31)
0 Favorites   0 Comments

Color spaces of #14871f

RGB 2013531
HSL0.350.740.30
HSV126°85°53°
CMYK 0.850.000.77   0.47
XYZ9.199817.57564.2039
Yxy17.57560.29700.5673
Hunter Lab41.9233-34.195023.4009
CIE-Lab48.9773-50.503644.4328

#14871f color RGB value is (20,135,31).

#14871f hex color red value is 20, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #14871f hue: 0.35 , saturation: 0.74 and the lightness value of 14871f is 0.30.

The process color (four color CMYK) of #14871f color hex is 0.85, 0.00, 0.77, 0.47. Web safe color of #14871f is #009933. Color #14871f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000111 00011111
Octal 24 207 37
Decimal 20 135 31
Hex 14 87 1F

RGB Percentages of Color #14871f

%10.75
%72.58
%16.67

CMYK Percentages of Color #14871f

%85
%0
%77
%47

Triadic Colors of #14871f

#14871f #1f1487 #871f14

Analogous Colors of #14871f

#14871f #148759 #438714

Monochromatic Colors of #14871f

#14871f

Complementary Color

#14871f #87147c

#14871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14871f Color CSS Codes

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

#14871f Text Font Color

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

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


#14871f Background Color

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

This div background color is #14871f


#14871f Border Color

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

This div border color is #14871f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14871f


Comments

No comments written yet.

Please login to write comment.