Color Hex Logo

#14cc9f Color Hex

#14CC9F
(20,204,159)
0 Favorites   0 Comments

Color spaces of #14cc9f

RGB 20204159
HSL0.460.820.44
HSV165°90°80°
CMYK 0.900.000.22   0.20
XYZ28.139445.837740.1653
Yxy45.83770.24650.4016
Hunter Lab67.7035-44.291812.2185
CIE-Lab73.4401-52.273810.7704

#14cc9f color RGB value is (20,204,159).

#14cc9f hex color red value is 20, green value is 204 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #14cc9f hue: 0.46 , saturation: 0.82 and the lightness value of 14cc9f is 0.44.

The process color (four color CMYK) of #14cc9f color hex is 0.90, 0.00, 0.22, 0.20. Web safe color of #14cc9f is #00cc99. Color #14cc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001100 10011111
Octal 24 314 237
Decimal 20 204 159
Hex 14 CC 9F

RGB Percentages of Color #14cc9f

%5.22
%53.26
%41.51

CMYK Percentages of Color #14cc9f

%90
%0
%22
%20

Triadic Colors of #14cc9f

#14cc9f #9f14cc #cc9f14

Analogous Colors of #14cc9f

#14cc9f #149dcc #14cc43

Monochromatic Colors of #14cc9f

#14cc9f

Complementary Color

#14cc9f #cc1441

#14cc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cc9f Color CSS Codes

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

#14cc9f Text Font Color

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

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


#14cc9f Background Color

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

This div background color is #14cc9f


#14cc9f Border Color

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

This div border color is #14cc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cc9f


Comments

No comments written yet.

Please login to write comment.