Color Hex Logo

#14e18a Color Hex

#14E18A
(20,225,138)
0 Favorites   0 Comments

Color spaces of #14e18a

RGB 20225138
HSL0.430.840.48
HSV155°91°88°
CMYK 0.910.000.39   0.12
XYZ31.801155.834133.1457
Yxy55.83410.26330.4623
Hunter Lab74.7222-54.795926.0054
CIE-Lab79.5193-64.607930.1482

#14e18a color RGB value is (20,225,138).

#14e18a hex color red value is 20, green value is 225 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #14e18a hue: 0.43 , saturation: 0.84 and the lightness value of 14e18a is 0.48.

The process color (four color CMYK) of #14e18a color hex is 0.91, 0.00, 0.39, 0.12. Web safe color of #14e18a is #00cc99. Color #14e18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100001 10001010
Octal 24 341 212
Decimal 20 225 138
Hex 14 E1 8A

RGB Percentages of Color #14e18a

%5.22
%58.75
%36.03

CMYK Percentages of Color #14e18a

%91
%0
%39
%12

Triadic Colors of #14e18a

#14e18a #8a14e1 #e18a14

Analogous Colors of #14e18a

#14e18a #14d2e1 #14e123

Monochromatic Colors of #14e18a

#14e18a

Complementary Color

#14e18a #e1146b

#14e18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e18a Color CSS Codes

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

#14e18a Text Font Color

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

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


#14e18a Background Color

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

This div background color is #14e18a


#14e18a Border Color

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

This div border color is #14e18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e18a


Comments

No comments written yet.

Please login to write comment.