Color Hex Logo

#14e89a Color Hex

#14E89A
(20,232,154)
0 Favorites   0 Comments

Color spaces of #14e89a

RGB 20232154
HSL0.440.840.49
HSV158°91°91°
CMYK 0.910.000.34   0.09
XYZ34.977860.195040.3471
Yxy60.19500.25810.4442
Hunter Lab77.5854-55.301523.4770
CIE-Lab81.9441-63.866225.2163

#14e89a color RGB value is (20,232,154).

#14e89a hex color red value is 20, green value is 232 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #14e89a hue: 0.44 , saturation: 0.84 and the lightness value of 14e89a is 0.49.

The process color (four color CMYK) of #14e89a color hex is 0.91, 0.00, 0.34, 0.09. Web safe color of #14e89a is #00ff99. Color #14e89a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101000 10011010
Octal 24 350 232
Decimal 20 232 154
Hex 14 E8 9A

RGB Percentages of Color #14e89a

%4.93
%57.14
%37.93

CMYK Percentages of Color #14e89a

%91
%0
%34
%9

Triadic Colors of #14e89a

#14e89a #9a14e8 #e89a14

Analogous Colors of #14e89a

#14e89a #14cce8 #14e830

Monochromatic Colors of #14e89a

#14e89a

Complementary Color

#14e89a #e81462

#14e89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e89a Color CSS Codes

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

#14e89a Text Font Color

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

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


#14e89a Background Color

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

This div background color is #14e89a


#14e89a Border Color

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

This div border color is #14e89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e89a


Comments

No comments written yet.

Please login to write comment.