Color Hex Logo

#1ddcac Color Hex

#1DDCAC
(29,220,172)
0 Favorites   0 Comments

Color spaces of #1ddcac

RGB 29220172
HSL0.460.770.49
HSV165°87°86°
CMYK 0.870.000.22   0.14
XYZ33.546354.426247.7670
Yxy54.42620.24710.4010
Hunter Lab73.7741-47.937813.2530
CIE-Lab78.7096-54.880811.3242

#1ddcac color RGB value is (29,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011100 10101100
Octal 35 334 254
Decimal 29 220 172
Hex 1D DC AC

RGB Percentages of Color #1ddcac

%6.89
%52.26
%40.86

CMYK Percentages of Color #1ddcac

%87
%0
%22
%14

Triadic Colors of #1ddcac

#1ddcac #ac1ddc #dcac1d

Analogous Colors of #1ddcac

#1ddcac #1daddc #1ddc4d

Monochromatic Colors of #1ddcac

#1ddcac

Complementary Color

#1ddcac #dc1d4d

#1ddcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddcac Color CSS Codes

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

#1ddcac Text Font Color

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

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


#1ddcac Background Color

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

This div background color is #1ddcac


#1ddcac Border Color

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

This div border color is #1ddcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,220,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 #1ddcac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddcac


Comments

No comments written yet.

Please login to write comment.