Color Hex Logo

#1dde74 Color Hex

#1DDE74
(29,222,116)
0 Favorites   0 Comments

Color spaces of #1dde74

RGB 29222116
HSL0.410.770.49
HSV147°87°87°
CMYK 0.870.000.48   0.13
XYZ29.780453.764725.3310
Yxy53.76470.27350.4938
Hunter Lab73.3244-55.820730.8445
CIE-Lab78.3243-66.970639.6218

#1dde74 color RGB value is (29,222,116).

#1dde74 hex color red value is 29, green value is 222 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #1dde74 hue: 0.41 , saturation: 0.77 and the lightness value of 1dde74 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011110 01110100
Octal 35 336 164
Decimal 29 222 116
Hex 1D DE 74

RGB Percentages of Color #1dde74

%7.90
%60.49
%31.61

CMYK Percentages of Color #1dde74

%87
%0
%48
%13

Triadic Colors of #1dde74

#1dde74 #741dde #de741d

Analogous Colors of #1dde74

#1dde74 #1dded5 #27de1d

Monochromatic Colors of #1dde74

#1dde74

Complementary Color

#1dde74 #de1d87

#1dde74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dde74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dde74 Color CSS Codes

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

#1dde74 Text Font Color

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

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


#1dde74 Background Color

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

This div background color is #1dde74


#1dde74 Border Color

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

This div border color is #1dde74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dde74


Comments

No comments written yet.

Please login to write comment.