Color Hex Logo

#1ddaad Color Hex

#1DDAAD
(29,218,173)
0 Favorites   0 Comments

Color spaces of #1ddaad

RGB 29218173
HSL0.460.770.48
HSV166°87°85°
CMYK 0.870.000.21   0.15
XYZ33.120953.421148.1008
Yxy53.42110.24600.3968
Hunter Lab73.0897-47.019112.1437
CIE-Lab78.1230-53.85219.9596

#1ddaad color RGB value is (29,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 10101101
Octal 35 332 255
Decimal 29 218 173
Hex 1D DA AD

RGB Percentages of Color #1ddaad

%6.90
%51.90
%41.19

CMYK Percentages of Color #1ddaad

%87
%0
%21
%15

Triadic Colors of #1ddaad

#1ddaad #ad1dda #daad1d

Analogous Colors of #1ddaad

#1ddaad #1da9da #1dda4f

Monochromatic Colors of #1ddaad

#1ddaad

Complementary Color

#1ddaad #da1d4a

#1ddaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddaad Color CSS Codes

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

#1ddaad Text Font Color

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

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


#1ddaad Background Color

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

This div background color is #1ddaad


#1ddaad Border Color

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

This div border color is #1ddaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddaad


Comments

No comments written yet.

Please login to write comment.