Color Hex Logo

#1dd661 Color Hex

#1DD661
(29,214,97)
0 Favorites   0 Comments

Color spaces of #1dd661

RGB 2921497
HSL0.390.760.48
HSV142°86°84°
CMYK 0.860.000.55   0.16
XYZ26.710949.217419.4014
Yxy49.21740.28020.5163
Hunter Lab70.1551-54.809332.7119
CIE-Lab75.5864-67.262345.3639

#1dd661 color RGB value is (29,214,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010110 01100001
Octal 35 326 141
Decimal 29 214 97
Hex 1D D6 61

RGB Percentages of Color #1dd661

%8.53
%62.94
%28.53

CMYK Percentages of Color #1dd661

%86
%0
%55
%16

Triadic Colors of #1dd661

#1dd661 #611dd6 #d6611d

Analogous Colors of #1dd661

#1dd661 #1dd6be #36d61d

Monochromatic Colors of #1dd661

#1dd661

Complementary Color

#1dd661 #d61d92

#1dd661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd661 Color CSS Codes

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

#1dd661 Text Font Color

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

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


#1dd661 Background Color

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

This div background color is #1dd661


#1dd661 Border Color

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

This div border color is #1dd661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd661


Comments

No comments written yet.

Please login to write comment.