Color Hex Logo

#14db5c Color Hex

#14DB5C
(20,219,92)
0 Favorites   0 Comments

Color spaces of #14db5c

RGB 2021992
HSL0.390.830.47
HSV142°91°86°
CMYK 0.910.000.58   0.14
XYZ27.551851.584518.6299
Yxy51.58450.28180.5276
Hunter Lab71.8224-57.214734.8965
CIE-Lab77.0317-70.090949.3679

#14db5c color RGB value is (20,219,92).

#14db5c hex color red value is 20, green value is 219 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #14db5c hue: 0.39 , saturation: 0.83 and the lightness value of 14db5c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 01011100
Octal 24 333 134
Decimal 20 219 92
Hex 14 DB 5C

RGB Percentages of Color #14db5c

%6.04
%66.16
%27.79

CMYK Percentages of Color #14db5c

%91
%0
%58
%14

Triadic Colors of #14db5c

#14db5c #5c14db #db5c14

Analogous Colors of #14db5c

#14db5c #14dbc0 #30db14

Monochromatic Colors of #14db5c

#14db5c

Complementary Color

#14db5c #db1493

#14db5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14db5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14db5c Color CSS Codes

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

#14db5c Text Font Color

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

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


#14db5c Background Color

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

This div background color is #14db5c


#14db5c Border Color

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

This div border color is #14db5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14db5c


Comments

No comments written yet.

Please login to write comment.