Color Hex Logo

#1ddabd Color Hex

#1DDABD
(29,218,189)
0 Favorites   0 Comments

Color spaces of #1ddabd

RGB 29218189
HSL0.470.770.48
HSV171°87°85°
CMYK 0.870.000.13   0.15
XYZ34.763454.078156.7500
Yxy54.07810.23880.3714
Hunter Lab73.5378-44.30925.7217
CIE-Lab78.5073-49.78591.9907

#1ddabd color RGB value is (29,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 10111101
Octal 35 332 275
Decimal 29 218 189
Hex 1D DA BD

RGB Percentages of Color #1ddabd

%6.65
%50.00
%43.35

CMYK Percentages of Color #1ddabd

%87
%0
%13
%15

Triadic Colors of #1ddabd

#1ddabd #bd1dda #dabd1d

Analogous Colors of #1ddabd

#1ddabd #1d99da #1dda5f

Monochromatic Colors of #1ddabd

#1ddabd

Complementary Color

#1ddabd #da1d3a

#1ddabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddabd Color CSS Codes

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

#1ddabd Text Font Color

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

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


#1ddabd Background Color

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

This div background color is #1ddabd


#1ddabd Border Color

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

This div border color is #1ddabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddabd


Comments

No comments written yet.

Please login to write comment.