Color Hex Logo

#1dd86c Color Hex

#1DD86C
(29,216,108)
0 Favorites   0 Comments

Color spaces of #1dd86c

RGB 29216108
HSL0.400.760.48
HSV145°87°85°
CMYK 0.870.000.50   0.15
XYZ27.769350.455722.4627
Yxy50.45570.27580.5011
Hunter Lab71.0322-54.523630.9731
CIE-Lab76.3481-66.275841.0445

#1dd86c color RGB value is (29,216,108).

#1dd86c hex color red value is 29, green value is 216 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #1dd86c hue: 0.40 , saturation: 0.76 and the lightness value of 1dd86c is 0.48.

The process color (four color CMYK) of #1dd86c color hex is 0.87, 0.00, 0.50, 0.15. Web safe color of #1dd86c is #33cc66. Color #1dd86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011000 01101100
Octal 35 330 154
Decimal 29 216 108
Hex 1D D8 6C

RGB Percentages of Color #1dd86c

%8.22
%61.19
%30.59

CMYK Percentages of Color #1dd86c

%87
%0
%50
%15

Triadic Colors of #1dd86c

#1dd86c #6c1dd8 #d86c1d

Analogous Colors of #1dd86c

#1dd86c #1dd8ca #2cd81d

Monochromatic Colors of #1dd86c

#1dd86c

Complementary Color

#1dd86c #d81d89

#1dd86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd86c Color CSS Codes

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

#1dd86c Text Font Color

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

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


#1dd86c Background Color

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

This div background color is #1dd86c


#1dd86c Border Color

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

This div border color is #1dd86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd86c


Comments

No comments written yet.

Please login to write comment.