Color Hex Logo

#1ddabc Color Hex

#1DDABC
(29,218,188)
0 Favorites   0 Comments

Color spaces of #1ddabc

RGB 29218188
HSL0.470.770.48
HSV170°87°85°
CMYK 0.870.000.14   0.15
XYZ34.655254.034956.1802
Yxy54.03490.23920.3730
Hunter Lab73.5084-44.48686.1424
CIE-Lab78.4821-50.04882.4878

#1ddabc color RGB value is (29,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011010 10111100
Octal 35 332 274
Decimal 29 218 188
Hex 1D DA BC

RGB Percentages of Color #1ddabc

%6.67
%50.11
%43.22

CMYK Percentages of Color #1ddabc

%87
%0
%14
%15

Triadic Colors of #1ddabc

#1ddabc #bc1dda #dabc1d

Analogous Colors of #1ddabc

#1ddabc #1d9ada #1dda5e

Monochromatic Colors of #1ddabc

#1ddabc

Complementary Color

#1ddabc #da1d3b

#1ddabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddabc Color CSS Codes

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

#1ddabc Text Font Color

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

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


#1ddabc Background Color

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

This div background color is #1ddabc


#1ddabc Border Color

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

This div border color is #1ddabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddabc


Comments

No comments written yet.

Please login to write comment.