Color Hex Logo

#14e897 Color Hex

#14E897
(20,232,151)
0 Favorites   0 Comments

Color spaces of #14e897

RGB 20232151
HSL0.440.840.49
HSV157°91°91°
CMYK 0.910.000.35   0.09
XYZ34.731060.096339.0474
Yxy60.09630.25940.4489
Hunter Lab77.5218-55.692324.4011
CIE-Lab81.8905-64.480026.6833

#14e897 color RGB value is (20,232,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101000 10010111
Octal 24 350 227
Decimal 20 232 151
Hex 14 E8 97

RGB Percentages of Color #14e897

%4.96
%57.57
%37.47

CMYK Percentages of Color #14e897

%91
%0
%35
%9

Triadic Colors of #14e897

#14e897 #9714e8 #e89714

Analogous Colors of #14e897

#14e897 #14cfe8 #14e82d

Monochromatic Colors of #14e897

#14e897

Complementary Color

#14e897 #e81465

#14e897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e897 Color CSS Codes

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

#14e897 Text Font Color

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

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


#14e897 Background Color

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

This div background color is #14e897


#14e897 Border Color

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

This div border color is #14e897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e897


Comments

No comments written yet.

Please login to write comment.