Color Hex Logo

#14e47d Color Hex

#14E47D
(20,228,125)
0 Favorites   0 Comments

Color spaces of #14e47d

RGB 20228125
HSL0.420.840.49
HSV150°91°89°
CMYK 0.910.000.45   0.11
XYZ31.733657.116228.7540
Yxy57.11620.26980.4857
Hunter Lab75.5753-57.305630.3447
CIE-Lab80.2449-67.981237.6249

#14e47d color RGB value is (20,228,125).

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

The process color (four color CMYK) of #14e47d color hex is 0.91, 0.00, 0.45, 0.11. Web safe color of #14e47d is #00cc66. Color #14e47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100100 01111101
Octal 24 344 175
Decimal 20 228 125
Hex 14 E4 7D

RGB Percentages of Color #14e47d

%5.36
%61.13
%33.51

CMYK Percentages of Color #14e47d

%91
%0
%45
%11

Triadic Colors of #14e47d

#14e47d #7d14e4 #e47d14

Analogous Colors of #14e47d

#14e47d #14e3e4 #14e415

Monochromatic Colors of #14e47d

#14e47d

Complementary Color

#14e47d #e4147b

#14e47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e47d Color CSS Codes

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

#14e47d Text Font Color

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

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


#14e47d Background Color

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

This div background color is #14e47d


#14e47d Border Color

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

This div border color is #14e47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e47d


Comments

No comments written yet.

Please login to write comment.