Color Hex Logo

#1dd57c Color Hex

#1DD57C
(29,213,124)
0 Favorites   0 Comments

Color spaces of #1dd57c

RGB 29213124
HSL0.420.760.47
HSV151°86°84°
CMYK 0.860.000.42   0.16
XYZ27.939049.304927.1131
Yxy49.30490.26770.4725
Hunter Lab70.2174-51.856726.2585
CIE-Lab75.6406-62.551832.1753

#1dd57c color RGB value is (29,213,124).

#1dd57c hex color red value is 29, green value is 213 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #1dd57c hue: 0.42 , saturation: 0.76 and the lightness value of 1dd57c is 0.47.

The process color (four color CMYK) of #1dd57c color hex is 0.86, 0.00, 0.42, 0.16. Web safe color of #1dd57c is #33cc66. Color #1dd57c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010101 01111100
Octal 35 325 174
Decimal 29 213 124
Hex 1D D5 7C

RGB Percentages of Color #1dd57c

%7.92
%58.20
%33.88

CMYK Percentages of Color #1dd57c

%86
%0
%42
%16

Triadic Colors of #1dd57c

#1dd57c #7c1dd5 #d57c1d

Analogous Colors of #1dd57c

#1dd57c #1dd2d5 #1dd520

Monochromatic Colors of #1dd57c

#1dd57c

Complementary Color

#1dd57c #d51d76

#1dd57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd57c Color CSS Codes

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

#1dd57c Text Font Color

<p style="color:#1dd57c">Text here</p>

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


#1dd57c Background Color

<div style="background-color:#1dd57c">
Div content here</div>

This div background color is #1dd57c


#1dd57c Border Color

<div style="border:3px solid #1dd57c">
Div here</div>

This div border color is #1dd57c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,213,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1dd57c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1dd57c;
  -webkit-box-shadow: 1px 1px 3px 2px #1dd57c;
  box-shadow:         1px 1px 3px 2px #1dd57c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd57c


Comments

No comments written yet.

Please login to write comment.