Color Hex Logo

#1dd6cc Color Hex

#1DD6CC
(29,214,204)
0 Favorites   0 Comments

Color spaces of #1dd6cc

RGB 29214204
HSL0.490.760.48
HSV177°86°84°
CMYK 0.860.000.05   0.16
XYZ35.452352.714065.4330
Yxy52.71400.23080.3432
Hunter Lab72.6044-39.8972-2.6106
CIE-Lab77.7058-43.9850-7.2135

#1dd6cc color RGB value is (29,214,204).

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

The process color (four color CMYK) of #1dd6cc color hex is 0.86, 0.00, 0.05, 0.16. Web safe color of #1dd6cc is #33cccc. Color #1dd6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010110 11001100
Octal 35 326 314
Decimal 29 214 204
Hex 1D D6 CC

RGB Percentages of Color #1dd6cc

%6.49
%47.87
%45.64

CMYK Percentages of Color #1dd6cc

%86
%0
%5
%16

Triadic Colors of #1dd6cc

#1dd6cc #cc1dd6 #d6cc1d

Analogous Colors of #1dd6cc

#1dd6cc #1d84d6 #1dd670

Monochromatic Colors of #1dd6cc

#1dd6cc

Complementary Color

#1dd6cc #d61d27

#1dd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd6cc Color CSS Codes

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

#1dd6cc Text Font Color

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

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


#1dd6cc Background Color

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

This div background color is #1dd6cc


#1dd6cc Border Color

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

This div border color is #1dd6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd6cc


Comments

No comments written yet.

Please login to write comment.