Color Hex Logo

#1ddcaa Color Hex

#1DDCAA
(29,220,170)
0 Favorites   0 Comments

Color spaces of #1ddcaa

RGB 29220170
HSL0.460.770.49
HSV164°87°86°
CMYK 0.870.000.23   0.14
XYZ33.355654.349946.7628
Yxy54.34990.24810.4042
Hunter Lab73.7224-48.252113.9975
CIE-Lab78.6653-55.360812.3204

#1ddcaa color RGB value is (29,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011100 10101010
Octal 35 334 252
Decimal 29 220 170
Hex 1D DC AA

RGB Percentages of Color #1ddcaa

%6.92
%52.51
%40.57

CMYK Percentages of Color #1ddcaa

%87
%0
%23
%14

Triadic Colors of #1ddcaa

#1ddcaa #aa1ddc #dcaa1d

Analogous Colors of #1ddcaa

#1ddcaa #1dafdc #1ddc4b

Monochromatic Colors of #1ddcaa

#1ddcaa

Complementary Color

#1ddcaa #dc1d4f

#1ddcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddcaa Color CSS Codes

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

#1ddcaa Text Font Color

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

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


#1ddcaa Background Color

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

This div background color is #1ddcaa


#1ddcaa Border Color

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

This div border color is #1ddcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddcaa


Comments

No comments written yet.

Please login to write comment.