color codes Logo

#1dc4cc color codes

#1DC4CC
(29,196,204)
0 Favorites   0 Comments

Color spaces of #1dc4cc

RGB 29196204
HSL0.510.750.46
HSV183°86°80°
CMYK 0.860.040.00   0.20
XYZ31.145744.100763.9975
Yxy44.10070.22370.3167
Hunter Lab66.4084-32.4976-10.6517
CIE-Lab72.2958-35.8730-15.2979

#1dc4cc color RGB value is (29,196,204).

#1dc4cc hex color red value is 29, green value is 196 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1dc4cc hue: 0.51 , saturation: 0.75 and the lightness value of 1dc4cc is 0.46.

The process color (four color CMYK) of #1dc4cc color code is 0.86, 0.04, 0.00, 0.20. Web safe color of #1dc4cc is #33cccc. Color #1dc4cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000100 11001100
Octal 35 304 314
Decimal 29 196 204
Hex 1D C4 CC

RGB Percentages of Color #1dc4cc

%6.76
%45.69
%47.55

CMYK Percentages of Color #1dc4cc

%86
%4
%0
%20

Triadic Colors of #1dc4cc

#1dc4cc #cc1dc4 #c4cc1d

Analogous Colors of #1dc4cc

#1dc4cc #1d6dcc #1dcc7d

Monochromatic Colors of #1dc4cc

#1dc4cc

Complementary Color

#1dc4cc #cc251d

#1dc4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc4cc Color CSS Codes

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

#1dc4cc Text Font Color

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

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


#1dc4cc Background Color

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

This div background color is #1dc4cc


#1dc4cc Border Color

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

This div border color is #1dc4cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,196,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 #1dc4cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc4cc


Comments

No comments written yet.

Please login to write comment.