Color Hex Logo

#1df66f Color Hex

#1DF66F
(29,246,111)
0 Favorites   0 Comments

Color spaces of #1df66f

RGB 29246111
HSL0.400.920.54
HSV143°88°96°
CMYK 0.880.000.55   0.04
XYZ36.331767.320426.1182
Yxy67.32040.28000.5188
Hunter Lab82.0490-64.545138.5609
CIE-Lab85.6655-75.342251.0178

#1df66f color RGB value is (29,246,111).

#1df66f hex color red value is 29, green value is 246 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #1df66f hue: 0.40 , saturation: 0.92 and the lightness value of 1df66f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11110110 01101111
Octal 35 366 157
Decimal 29 246 111
Hex 1D F6 6F

RGB Percentages of Color #1df66f

%7.51
%63.73
%28.76

CMYK Percentages of Color #1df66f

%88
%0
%55
%4

Triadic Colors of #1df66f

#1df66f #6f1df6 #f66f1d

Analogous Colors of #1df66f

#1df66f #1df6dc #37f61d

Monochromatic Colors of #1df66f

#1df66f

Complementary Color

#1df66f #f61da4

#1df66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1df66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1df66f Color CSS Codes

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

#1df66f Text Font Color

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

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


#1df66f Background Color

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

This div background color is #1df66f


#1df66f Border Color

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

This div border color is #1df66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1df66f


Comments

No comments written yet.

Please login to write comment.