Color Hex Logo

#14e186 Color Hex

#14E186
(20,225,134)
0 Favorites   0 Comments

Color spaces of #14e186

RGB 20225134
HSL0.430.840.48
HSV153°91°88°
CMYK 0.910.000.40   0.12
XYZ31.516855.720431.6483
Yxy55.72040.26510.4687
Hunter Lab74.6461-55.265127.1146
CIE-Lab79.4544-65.365732.0936

#14e186 color RGB value is (20,225,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100001 10000110
Octal 24 341 206
Decimal 20 225 134
Hex 14 E1 86

RGB Percentages of Color #14e186

%5.28
%59.37
%35.36

CMYK Percentages of Color #14e186

%91
%0
%40
%12

Triadic Colors of #14e186

#14e186 #8614e1 #e18614

Analogous Colors of #14e186

#14e186 #14d6e1 #14e120

Monochromatic Colors of #14e186

#14e186

Complementary Color

#14e186 #e1146f

#14e186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e186 Color CSS Codes

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

#14e186 Text Font Color

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

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


#14e186 Background Color

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

This div background color is #14e186


#14e186 Border Color

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

This div border color is #14e186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e186


Comments

No comments written yet.

Please login to write comment.