Color Hex Logo

#1ddfad Color Hex

#1DDFAD
(29,223,173)
0 Favorites   0 Comments

Color spaces of #1ddfad

RGB 29223173
HSL0.460.770.49
HSV165°87°87°
CMYK 0.870.000.22   0.13
XYZ34.437256.053748.5396
Yxy56.05370.24770.4032
Hunter Lab74.8690-48.916913.9690
CIE-Lab79.6444-55.809212.1210

#1ddfad color RGB value is (29,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011111 10101101
Octal 35 337 255
Decimal 29 223 173
Hex 1D DF AD

RGB Percentages of Color #1ddfad

%6.82
%52.47
%40.71

CMYK Percentages of Color #1ddfad

%87
%0
%22
%13

Triadic Colors of #1ddfad

#1ddfad #ad1ddf #dfad1d

Analogous Colors of #1ddfad

#1ddfad #1db0df #1ddf4c

Monochromatic Colors of #1ddfad

#1ddfad

Complementary Color

#1ddfad #df1d4f

#1ddfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddfad Color CSS Codes

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

#1ddfad Text Font Color

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

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


#1ddfad Background Color

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

This div background color is #1ddfad


#1ddfad Border Color

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

This div border color is #1ddfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddfad


Comments

No comments written yet.

Please login to write comment.