Color Hex Logo

#1dd3ac Color Hex

#1DD3AC
(29,211,172)
0 Favorites   0 Comments

Color spaces of #1dd3ac

RGB 29211172
HSL0.460.760.47
HSV167°86°83°
CMYK 0.860.000.18   0.17
XYZ31.247449.828347.0006
Yxy49.82830.24400.3891
Hunter Lab70.5892-44.51529.9352
CIE-Lab75.9638-51.30867.4072

#1dd3ac color RGB value is (29,211,172).

#1dd3ac hex color red value is 29, green value is 211 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1dd3ac hue: 0.46 , saturation: 0.76 and the lightness value of 1dd3ac is 0.47.

The process color (four color CMYK) of #1dd3ac color hex is 0.86, 0.00, 0.18, 0.17. Web safe color of #1dd3ac is #33cc99. Color #1dd3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010011 10101100
Octal 35 323 254
Decimal 29 211 172
Hex 1D D3 AC

RGB Percentages of Color #1dd3ac

%7.04
%51.21
%41.75

CMYK Percentages of Color #1dd3ac

%86
%0
%18
%17

Triadic Colors of #1dd3ac

#1dd3ac #ac1dd3 #d3ac1d

Analogous Colors of #1dd3ac

#1dd3ac #1d9fd3 #1dd351

Monochromatic Colors of #1dd3ac

#1dd3ac

Complementary Color

#1dd3ac #d31d44

#1dd3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd3ac Color CSS Codes

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

#1dd3ac Text Font Color

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

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


#1dd3ac Background Color

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

This div background color is #1dd3ac


#1dd3ac Border Color

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

This div border color is #1dd3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd3ac


Comments

No comments written yet.

Please login to write comment.