Color Hex Logo

#1dda58 Color Hex

#1DDA58
(29,218,88)
0 Favorites   0 Comments

Color spaces of #1dda58

RGB 2921888
HSL0.390.770.48
HSV139°87°85°
CMYK 0.870.000.60   0.15
XYZ27.339651.108617.6565
Yxy51.10860.28450.5318
Hunter Lab71.4903-56.845335.3999
CIE-Lab76.7447-69.705650.8416

#1dda58 color RGB value is (29,218,88).

#1dda58 hex color red value is 29, green value is 218 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #1dda58 hue: 0.39 , saturation: 0.77 and the lightness value of 1dda58 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 01011000
Octal 35 332 130
Decimal 29 218 88
Hex 1D DA 58

RGB Percentages of Color #1dda58

%8.66
%65.07
%26.27

CMYK Percentages of Color #1dda58

%87
%0
%60
%15

Triadic Colors of #1dda58

#1dda58 #581dda #da581d

Analogous Colors of #1dda58

#1dda58 #1ddab7 #40da1d

Monochromatic Colors of #1dda58

#1dda58

Complementary Color

#1dda58 #da1d9f

#1dda58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dda58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dda58 Color CSS Codes

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

#1dda58 Text Font Color

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

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


#1dda58 Background Color

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

This div background color is #1dda58


#1dda58 Border Color

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

This div border color is #1dda58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dda58


Comments

No comments written yet.

Please login to write comment.