Color Hex Logo

#1dd6dc Color Hex

#1DD6DC
(29,214,220)
0 Favorites   0 Comments

Color spaces of #1dd6dc

RGB 29214220
HSL0.510.770.49
HSV182°87°86°
CMYK 0.870.030.00   0.14
XYZ37.471553.521776.0659
Yxy53.52170.22430.3204
Hunter Lab73.1585-36.6004-10.4353
CIE-Lab78.1820-39.3301-15.0797

#1dd6dc color RGB value is (29,214,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010110 11011100
Octal 35 326 334
Decimal 29 214 220
Hex 1D D6 DC

RGB Percentages of Color #1dd6dc

%6.26
%46.22
%47.52

CMYK Percentages of Color #1dd6dc

%87
%3
%0
%14

Triadic Colors of #1dd6dc

#1dd6dc #dc1dd6 #d6dc1d

Analogous Colors of #1dd6dc

#1dd6dc #1d77dc #1ddc83

Monochromatic Colors of #1dd6dc

#1dd6dc

Complementary Color

#1dd6dc #dc231d

#1dd6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd6dc Color CSS Codes

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

#1dd6dc Text Font Color

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

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


#1dd6dc Background Color

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

This div background color is #1dd6dc


#1dd6dc Border Color

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

This div border color is #1dd6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd6dc


Comments

No comments written yet.

Please login to write comment.