Color Hex Logo

#1dd35e Color Hex

#1DD35E
(29,211,94)
0 Favorites   0 Comments

Color spaces of #1dd35e

RGB 2921194
HSL0.390.760.47
HSV141°86°83°
CMYK 0.860.000.55   0.17
XYZ25.821347.657918.4276
Yxy47.65790.28100.5185
Hunter Lab69.0347-54.045732.4979
CIE-Lab74.6086-66.724945.5935

#1dd35e color RGB value is (29,211,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010011 01011110
Octal 35 323 136
Decimal 29 211 94
Hex 1D D3 5E

RGB Percentages of Color #1dd35e

%8.68
%63.17
%28.14

CMYK Percentages of Color #1dd35e

%86
%0
%55
%17

Triadic Colors of #1dd35e

#1dd35e #5e1dd3 #d35e1d

Analogous Colors of #1dd35e

#1dd35e #1dd3b9 #37d31d

Monochromatic Colors of #1dd35e

#1dd35e

Complementary Color

#1dd35e #d31d92

#1dd35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd35e Color CSS Codes

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

#1dd35e Text Font Color

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

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


#1dd35e Background Color

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

This div background color is #1dd35e


#1dd35e Border Color

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

This div border color is #1dd35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd35e


Comments

No comments written yet.

Please login to write comment.