Color Hex Logo

#14ee79 Color Hex

#14EE79
(20,238,121)
0 Favorites   0 Comments

Color spaces of #14ee79

RGB 20238121
HSL0.410.870.51
HSV148°92°93°
CMYK 0.920.000.49   0.07
XYZ34.314262.678328.3787
Yxy62.67830.27370.4999
Hunter Lab79.1696-61.180334.1660
CIE-Lab83.2728-71.874043.4062

#14ee79 color RGB value is (20,238,121).

#14ee79 hex color red value is 20, green value is 238 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #14ee79 hue: 0.41 , saturation: 0.87 and the lightness value of 14ee79 is 0.51.

The process color (four color CMYK) of #14ee79 color hex is 0.92, 0.00, 0.49, 0.07. Web safe color of #14ee79 is #00ff66. Color #14ee79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101110 01111001
Octal 24 356 171
Decimal 20 238 121
Hex 14 EE 79

RGB Percentages of Color #14ee79

%5.28
%62.80
%31.93

CMYK Percentages of Color #14ee79

%92
%0
%49
%7

Triadic Colors of #14ee79

#14ee79 #7914ee #ee7914

Analogous Colors of #14ee79

#14ee79 #14eee6 #1cee14

Monochromatic Colors of #14ee79

#14ee79

Complementary Color

#14ee79 #ee1489

#14ee79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ee79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ee79 Color CSS Codes

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

#14ee79 Text Font Color

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

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


#14ee79 Background Color

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

This div background color is #14ee79


#14ee79 Border Color

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

This div border color is #14ee79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ee79


Comments

No comments written yet.

Please login to write comment.