Color Hex Logo

#1ded66 Color Hex

#1DED66
(29,237,102)
0 Favorites   0 Comments

Color spaces of #1ded66

RGB 29237102
HSL0.390.850.52
HSV141°88°93°
CMYK 0.880.000.57   0.07
XYZ33.189261.788922.7476
Yxy61.78890.28190.5249
Hunter Lab78.6059-62.193637.8663
CIE-Lab82.8010-73.774551.6727

#1ded66 color RGB value is (29,237,102).

#1ded66 hex color red value is 29, green value is 237 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #1ded66 hue: 0.39 , saturation: 0.85 and the lightness value of 1ded66 is 0.52.

The process color (four color CMYK) of #1ded66 color hex is 0.88, 0.00, 0.57, 0.07. Web safe color of #1ded66 is #33ff66. Color #1ded66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101101 01100110
Octal 35 355 146
Decimal 29 237 102
Hex 1D ED 66

RGB Percentages of Color #1ded66

%7.88
%64.40
%27.72

CMYK Percentages of Color #1ded66

%88
%0
%57
%7

Triadic Colors of #1ded66

#1ded66 #661ded #ed661d

Analogous Colors of #1ded66

#1ded66 #1dedce #3ced1d

Monochromatic Colors of #1ded66

#1ded66

Complementary Color

#1ded66 #ed1da4

#1ded66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ded66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ded66 Color CSS Codes

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

#1ded66 Text Font Color

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

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


#1ded66 Background Color

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

This div background color is #1ded66


#1ded66 Border Color

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

This div border color is #1ded66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ded66


Comments

No comments written yet.

Please login to write comment.