Color Hex Logo

#14e88a Color Hex

#14E88A
(20,232,138)
0 Favorites   0 Comments

Color spaces of #14e88a

RGB 20232138
HSL0.430.840.49
HSV153°91°91°
CMYK 0.910.000.41   0.09
XYZ33.732559.696933.7895
Yxy59.69690.26520.4692
Hunter Lab77.2638-57.280528.1555
CIE-Lab81.6732-67.002232.9962

#14e88a color RGB value is (20,232,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101000 10001010
Octal 24 350 212
Decimal 20 232 138
Hex 14 E8 8A

RGB Percentages of Color #14e88a

%5.13
%59.49
%35.38

CMYK Percentages of Color #14e88a

%91
%0
%41
%9

Triadic Colors of #14e88a

#14e88a #8a14e8 #e88a14

Analogous Colors of #14e88a

#14e88a #14dce8 #14e820

Monochromatic Colors of #14e88a

#14e88a

Complementary Color

#14e88a #e81472

#14e88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e88a Color CSS Codes

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

#14e88a Text Font Color

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

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


#14e88a Background Color

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

This div background color is #14e88a


#14e88a Border Color

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

This div border color is #14e88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e88a


Comments

No comments written yet.

Please login to write comment.