Color Hex Logo

#14c12f Color Hex

#14C12F
(20,193,47)
0 Favorites   0 Comments

Color spaces of #14c12f

RGB 2019347
HSL0.360.810.42
HSV129°90°76°
CMYK 0.900.000.76   0.24
XYZ19.871538.49399.0721
Yxy38.49390.29470.5708
Hunter Lab62.0435-51.405434.7609
CIE-Lab68.3831-66.963358.1348

#14c12f color RGB value is (20,193,47).

#14c12f hex color red value is 20, green value is 193 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #14c12f hue: 0.36 , saturation: 0.81 and the lightness value of 14c12f is 0.42.

The process color (four color CMYK) of #14c12f color hex is 0.90, 0.00, 0.76, 0.24. Web safe color of #14c12f is #00cc33. Color #14c12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11000001 00101111
Octal 24 301 57
Decimal 20 193 47
Hex 14 C1 2F

RGB Percentages of Color #14c12f

%7.69
%74.23
%18.08

CMYK Percentages of Color #14c12f

%90
%0
%76
%24

Triadic Colors of #14c12f

#14c12f #2f14c1 #c12f14

Analogous Colors of #14c12f

#14c12f #14c186 #4fc114

Monochromatic Colors of #14c12f

#14c12f

Complementary Color

#14c12f #c114a6

#14c12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c12f Color CSS Codes

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

#14c12f Text Font Color

<p style="color:#14c12f">Text here</p>

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


#14c12f Background Color

<div style="background-color:#14c12f">
Div content here</div>

This div background color is #14c12f


#14c12f Border Color

<div style="border:3px solid #14c12f">
Div here</div>

This div border color is #14c12f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,193,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14c12f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14c12f;
  -webkit-box-shadow: 1px 1px 3px 2px #14c12f;
  box-shadow:         1px 1px 3px 2px #14c12f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c12f


Comments

No comments written yet.

Please login to write comment.