Color Hex Logo

#14981f Color Hex

#14981F
(20,152,31)
0 Favorites   0 Comments

Color spaces of #14981f

RGB 2015231
HSL0.350.770.34
HSV125°87°60°
CMYK 0.870.000.80   0.40
XYZ11.764022.70415.0586
Yxy22.70410.29760.5744
Hunter Lab47.6488-39.315627.0597
CIE-Lab54.7662-55.849350.1122

#14981f color RGB value is (20,152,31).

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

The process color (four color CMYK) of #14981f color hex is 0.87, 0.00, 0.80, 0.40. Web safe color of #14981f is #009933. Color #14981f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011000 00011111
Octal 24 230 37
Decimal 20 152 31
Hex 14 98 1F

RGB Percentages of Color #14981f

%9.85
%74.88
%15.27

CMYK Percentages of Color #14981f

%87
%0
%80
%40

Triadic Colors of #14981f

#14981f #1f1498 #981f14

Analogous Colors of #14981f

#14981f #149861 #4b9814

Monochromatic Colors of #14981f

#14981f

Complementary Color

#14981f #98148d

#14981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14981f Color CSS Codes

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

#14981f Text Font Color

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

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


#14981f Background Color

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

This div background color is #14981f


#14981f Border Color

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

This div border color is #14981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14981f


Comments

No comments written yet.

Please login to write comment.