Color Hex Logo

#1dddae Color Hex

#1DDDAE
(29,221,174)
0 Favorites   0 Comments

Color spaces of #1dddae

RGB 29221174
HSL0.460.770.49
HSV165°87°87°
CMYK 0.870.000.21   0.13
XYZ34.003155.030148.8741
Yxy55.03010.24660.3990
Hunter Lab74.1823-47.999512.8651
CIE-Lab79.0586-54.788510.7609

#1dddae color RGB value is (29,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011101 10101110
Octal 35 335 256
Decimal 29 221 174
Hex 1D DD AE

RGB Percentages of Color #1dddae

%6.84
%52.12
%41.04

CMYK Percentages of Color #1dddae

%87
%0
%21
%13

Triadic Colors of #1dddae

#1dddae #ae1ddd #ddae1d

Analogous Colors of #1dddae

#1dddae #1dacdd #1ddd4e

Monochromatic Colors of #1dddae

#1dddae

Complementary Color

#1dddae #dd1d4c

#1dddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dddae Color CSS Codes

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

#1dddae Text Font Color

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

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


#1dddae Background Color

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

This div background color is #1dddae


#1dddae Border Color

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

This div border color is #1dddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dddae


Comments

No comments written yet.

Please login to write comment.