Color Hex Logo

#14d970 Color Hex

#14D970
(20,217,112)
0 Favorites   0 Comments

Color spaces of #14d970

RGB 20217112
HSL0.410.830.46
HSV148°91°85°
CMYK 0.910.000.48   0.15
XYZ28.026050.944323.6853
Yxy50.94430.27300.4963
Hunter Lab71.3753-54.817530.2878
CIE-Lab76.6453-66.537439.4506

#14d970 color RGB value is (20,217,112).

#14d970 hex color red value is 20, green value is 217 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #14d970 hue: 0.41 , saturation: 0.83 and the lightness value of 14d970 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011001 01110000
Octal 24 331 160
Decimal 20 217 112
Hex 14 D9 70

RGB Percentages of Color #14d970

%5.73
%62.18
%32.09

CMYK Percentages of Color #14d970

%91
%0
%48
%15

Triadic Colors of #14d970

#14d970 #7014d9 #d97014

Analogous Colors of #14d970

#14d970 #14d9d3 #1bd914

Monochromatic Colors of #14d970

#14d970

Complementary Color

#14d970 #d9147d

#14d970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14d970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14d970 Color CSS Codes

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

#14d970 Text Font Color

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

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


#14d970 Background Color

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

This div background color is #14d970


#14d970 Border Color

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

This div border color is #14d970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14d970


Comments

No comments written yet.

Please login to write comment.