Color Hex Logo

#1dd061 Color Hex

#1DD061
(29,208,97)
0 Favorites   0 Comments

Color spaces of #1dd061

RGB 2920897
HSL0.400.760.46
HSV143°86°82°
CMYK 0.860.000.53   0.18
XYZ25.220246.236018.9045
Yxy46.23600.27910.5117
Hunter Lab67.9971-52.789031.1142
CIE-Lab73.6984-65.334043.0779

#1dd061 color RGB value is (29,208,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010000 01100001
Octal 35 320 141
Decimal 29 208 97
Hex 1D D0 61

RGB Percentages of Color #1dd061

%8.68
%62.28
%29.04

CMYK Percentages of Color #1dd061

%86
%0
%53
%18

Triadic Colors of #1dd061

#1dd061 #611dd0 #d0611d

Analogous Colors of #1dd061

#1dd061 #1dd0bb #33d01d

Monochromatic Colors of #1dd061

#1dd061

Complementary Color

#1dd061 #d01d8c

#1dd061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd061 Color CSS Codes

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

#1dd061 Text Font Color

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

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


#1dd061 Background Color

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

This div background color is #1dd061


#1dd061 Border Color

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

This div border color is #1dd061


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,208,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 #1dd061">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd061


Comments

No comments written yet.

Please login to write comment.