Color Hex Logo

#14dd1d Color Hex

#14DD1D
(20,221,29)
0 Favorites   0 Comments

Color spaces of #14dd1d

RGB 2022129
HSL0.340.830.47
HSV123°91°87°
CMYK 0.910.000.87   0.13
XYZ26.366751.95039.8001
Yxy51.95030.29920.5896
Hunter Lab72.0766-60.836042.3921
CIE-Lab77.2511-75.850771.1478

#14dd1d color RGB value is (20,221,29).

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

The process color (four color CMYK) of #14dd1d color hex is 0.91, 0.00, 0.87, 0.13. Web safe color of #14dd1d is #00cc33. Color #14dd1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 00011101
Octal 24 335 35
Decimal 20 221 29
Hex 14 DD 1D

RGB Percentages of Color #14dd1d

%7.41
%81.85
%10.74

CMYK Percentages of Color #14dd1d

%91
%0
%87
%13

Triadic Colors of #14dd1d

#14dd1d #1d14dd #dd1d14

Analogous Colors of #14dd1d

#14dd1d #14dd82 #70dd14

Monochromatic Colors of #14dd1d

#14dd1d

Complementary Color

#14dd1d #dd14d4

#14dd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dd1d Color CSS Codes

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

#14dd1d Text Font Color

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

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


#14dd1d Background Color

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

This div background color is #14dd1d


#14dd1d Border Color

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

This div border color is #14dd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dd1d


Comments

No comments written yet.

Please login to write comment.