Color Hex Logo

#14814f Color Hex

#14814F
(20,129,79)
0 Favorites   0 Comments

Color spaces of #14814f

RGB 2012979
HSL0.420.730.29
HSV152°84°51°
CMYK 0.840.000.39   0.49
XYZ9.550016.413710.0620
Yxy16.41370.26510.4556
Hunter Lab40.5138-28.822813.6344
CIE-Lab47.5126-41.313819.0831

#14814f color RGB value is (20,129,79).

#14814f hex color red value is 20, green value is 129 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #14814f hue: 0.42 , saturation: 0.73 and the lightness value of 14814f is 0.29.

The process color (four color CMYK) of #14814f color hex is 0.84, 0.00, 0.39, 0.49. Web safe color of #14814f is #009966. Color #14814f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000001 01001111
Octal 24 201 117
Decimal 20 129 79
Hex 14 81 4F

RGB Percentages of Color #14814f

%8.77
%56.58
%34.65

CMYK Percentages of Color #14814f

%84
%0
%39
%49

Triadic Colors of #14814f

#14814f #4f1481 #814f14

Analogous Colors of #14814f

#14814f #147d81 #148119

Monochromatic Colors of #14814f

#14814f

Complementary Color

#14814f #811446

#14814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14814f Color CSS Codes

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

#14814f Text Font Color

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

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


#14814f Background Color

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

This div background color is #14814f


#14814f Border Color

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

This div border color is #14814f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14814f


Comments

No comments written yet.

Please login to write comment.