Color Hex Logo

#1dda9d Color Hex

#1DDA9D
(29,218,157)
0 Favorites   0 Comments

Color spaces of #1dda9d

RGB 29218157
HSL0.450.770.48
HSV161°87°85°
CMYK 0.870.000.28   0.15
XYZ31.663952.838340.4282
Yxy52.83830.25350.4229
Hunter Lab72.6900-49.452417.9075
CIE-Lab77.7794-57.608317.9397

#1dda9d color RGB value is (29,218,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 10011101
Octal 35 332 235
Decimal 29 218 157
Hex 1D DA 9D

RGB Percentages of Color #1dda9d

%7.18
%53.96
%38.86

CMYK Percentages of Color #1dda9d

%87
%0
%28
%15

Triadic Colors of #1dda9d

#1dda9d #9d1dda #da9d1d

Analogous Colors of #1dda9d

#1dda9d #1db9da #1dda3f

Monochromatic Colors of #1dda9d

#1dda9d

Complementary Color

#1dda9d #da1d5a

#1dda9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dda9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dda9d Color CSS Codes

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

#1dda9d Text Font Color

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

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


#1dda9d Background Color

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

This div background color is #1dda9d


#1dda9d Border Color

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

This div border color is #1dda9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dda9d


Comments

No comments written yet.

Please login to write comment.