Color Hex Logo

#1ddabb Color Hex

#1DDABB
(29,218,187)
0 Favorites   0 Comments

Color spaces of #1ddabb

RGB 29218187
HSL0.470.770.48
HSV170°87°85°
CMYK 0.870.000.14   0.15
XYZ34.547753.991955.6143
Yxy53.99190.23970.3745
Hunter Lab73.4792-44.66326.5605
CIE-Lab78.4570-50.31052.9850

#1ddabb color RGB value is (29,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 10111011
Octal 35 332 273
Decimal 29 218 187
Hex 1D DA BB

RGB Percentages of Color #1ddabb

%6.68
%50.23
%43.09

CMYK Percentages of Color #1ddabb

%87
%0
%14
%15

Triadic Colors of #1ddabb

#1ddabb #bb1dda #dabb1d

Analogous Colors of #1ddabb

#1ddabb #1d9bda #1dda5d

Monochromatic Colors of #1ddabb

#1ddabb

Complementary Color

#1ddabb #da1d3c

#1ddabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddabb Color CSS Codes

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

#1ddabb Text Font Color

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

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


#1ddabb Background Color

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

This div background color is #1ddabb


#1ddabb Border Color

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

This div border color is #1ddabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddabb


Comments

No comments written yet.

Please login to write comment.