Color Hex Logo

#14e12f Color Hex

#14E12F
(20,225,47)
0 Favorites   0 Comments

Color spaces of #14e12f

RGB 2022547
HSL0.360.840.48
HSV128°91°88°
CMYK 0.910.000.79   0.12
XYZ27.726854.204411.6905
Yxy54.20440.29620.5790
Hunter Lab73.6236-61.617942.1220
CIE-Lab78.5808-76.068768.0125

#14e12f color RGB value is (20,225,47).

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

The process color (four color CMYK) of #14e12f color hex is 0.91, 0.00, 0.79, 0.12. Web safe color of #14e12f is #00cc33. Color #14e12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100001 00101111
Octal 24 341 57
Decimal 20 225 47
Hex 14 E1 2F

RGB Percentages of Color #14e12f

%6.85
%77.05
%16.10

CMYK Percentages of Color #14e12f

%91
%0
%79
%12

Triadic Colors of #14e12f

#14e12f #2f14e1 #e12f14

Analogous Colors of #14e12f

#14e12f #14e196 #60e114

Monochromatic Colors of #14e12f

#14e12f

Complementary Color

#14e12f #e114c6

#14e12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e12f Color CSS Codes

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

#14e12f Text Font Color

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

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


#14e12f Background Color

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

This div background color is #14e12f


#14e12f Border Color

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

This div border color is #14e12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e12f


Comments

No comments written yet.

Please login to write comment.