Color Hex Logo

#14fe9a Color Hex

#14FE9A
(20,254,154)
0 Favorites   0 Comments

Color spaces of #14fe9a

RGB 20254154
HSL0.430.990.54
HSV154°92°100°
CMYK 0.920.000.39   0.00
XYZ41.563073.365442.5422
Yxy73.36540.26390.4659
Hunter Lab85.6536-63.277530.5095
CIE-Lab88.6217-71.443034.1701

#14fe9a color RGB value is (20,254,154).

#14fe9a hex color red value is 20, green value is 254 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #14fe9a hue: 0.43 , saturation: 0.99 and the lightness value of 14fe9a is 0.54.

The process color (four color CMYK) of #14fe9a color hex is 0.92, 0.00, 0.39, 0.00. Web safe color of #14fe9a is #00ff99. Color #14fe9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 10011010
Octal 24 376 232
Decimal 20 254 154
Hex 14 FE 9A

RGB Percentages of Color #14fe9a

%4.67
%59.35
%35.98

CMYK Percentages of Color #14fe9a

%92
%0
%39
%0

Triadic Colors of #14fe9a

#14fe9a #9a14fe #fe9a14

Analogous Colors of #14fe9a

#14fe9a #14edfe #14fe25

Monochromatic Colors of #14fe9a

#14fe9a

Complementary Color

#14fe9a #fe1478

#14fe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fe9a Color CSS Codes

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

#14fe9a Text Font Color

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

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


#14fe9a Background Color

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

This div background color is #14fe9a


#14fe9a Border Color

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

This div border color is #14fe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fe9a

Related Colors


Comments

No comments written yet.

Please login to write comment.