Color Hex Logo

#14db66 Color Hex

#14DB66
(20,219,102)
0 Favorites   0 Comments

Color spaces of #14db66

RGB 20219102
HSL0.400.830.47
HSV145°91°86°
CMYK 0.910.000.53   0.14
XYZ28.018351.771121.0865
Yxy51.77110.27780.5132
Hunter Lab71.9521-56.408032.9908
CIE-Lab77.1438-68.716644.8808

#14db66 color RGB value is (20,219,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 01100110
Octal 24 333 146
Decimal 20 219 102
Hex 14 DB 66

RGB Percentages of Color #14db66

%5.87
%64.22
%29.91

CMYK Percentages of Color #14db66

%91
%0
%53
%14

Triadic Colors of #14db66

#14db66 #6614db #db6614

Analogous Colors of #14db66

#14db66 #14dbca #26db14

Monochromatic Colors of #14db66

#14db66

Complementary Color

#14db66 #db1489

#14db66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14db66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14db66 Color CSS Codes

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

#14db66 Text Font Color

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

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


#14db66 Background Color

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

This div background color is #14db66


#14db66 Border Color

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

This div border color is #14db66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14db66


Comments

No comments written yet.

Please login to write comment.