Color Hex Logo

#1dfa29 Color Hex

#1DFA29
(29,250,41)
0 Favorites   0 Comments

Color spaces of #1dfa29

RGB 2925041
HSL0.340.960.55
HSV123°88°98°
CMYK 0.880.000.84   0.02
XYZ35.092568.792513.5265
Yxy68.79250.29890.5859
Hunter Lab82.9412-69.623748.3895
CIE-Lab86.4012-82.686776.7596

#1dfa29 color RGB value is (29,250,41).

#1dfa29 hex color red value is 29, green value is 250 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #1dfa29 hue: 0.34 , saturation: 0.96 and the lightness value of 1dfa29 is 0.55.

The process color (four color CMYK) of #1dfa29 color hex is 0.88, 0.00, 0.84, 0.02. Web safe color of #1dfa29 is #33ff33. Color #1dfa29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111010 00101001
Octal 35 372 51
Decimal 29 250 41
Hex 1D FA 29

RGB Percentages of Color #1dfa29

%9.06
%78.13
%12.81

CMYK Percentages of Color #1dfa29

%88
%0
%84
%2

Triadic Colors of #1dfa29

#1dfa29 #291dfa #fa291d

Analogous Colors of #1dfa29

#1dfa29 #1dfa98 #80fa1d

Monochromatic Colors of #1dfa29

#1dfa29

Complementary Color

#1dfa29 #fa1dee

#1dfa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dfa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dfa29 Color CSS Codes

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

#1dfa29 Text Font Color

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

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


#1dfa29 Background Color

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

This div background color is #1dfa29


#1dfa29 Border Color

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

This div border color is #1dfa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dfa29


Comments

No comments written yet.

Please login to write comment.