Color Hex Logo

#14784f Color Hex

#14784F
(20,120,79)
0 Favorites   0 Comments

Color spaces of #14784f

RGB 2012079
HSL0.430.710.27
HSV155°83°47°
CMYK 0.830.000.34   0.53
XYZ8.416214.14629.6840
Yxy14.14620.26100.4387
Hunter Lab37.6114-25.877611.0623
CIE-Lab44.4419-37.666814.9355

#14784f color RGB value is (20,120,79).

#14784f hex color red value is 20, green value is 120 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #14784f hue: 0.43 , saturation: 0.71 and the lightness value of 14784f is 0.27.

The process color (four color CMYK) of #14784f color hex is 0.83, 0.00, 0.34, 0.53. Web safe color of #14784f is #006666. Color #14784f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 01001111
Octal 24 170 117
Decimal 20 120 79
Hex 14 78 4F

RGB Percentages of Color #14784f

%9.13
%54.79
%36.07

CMYK Percentages of Color #14784f

%83
%0
%34
%53

Triadic Colors of #14784f

#14784f #4f1478 #784f14

Analogous Colors of #14784f

#14784f #146f78 #14781d

Monochromatic Colors of #14784f

#14784f

Complementary Color

#14784f #78143d

#14784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14784f Color CSS Codes

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

#14784f Text Font Color

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

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


#14784f Background Color

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

This div background color is #14784f


#14784f Border Color

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

This div border color is #14784f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14784f


Comments

No comments written yet.

Please login to write comment.