Color Hex Logo

#1dcddd Color Hex

#1DCDDD
(29,205,221)
0 Favorites   0 Comments

Color spaces of #1dcddd

RGB 29205221
HSL0.510.770.49
HSV185°87°87°
CMYK 0.870.070.00   0.13
XYZ35.389249.144376.0272
Yxy49.14430.22040.3061
Hunter Lab70.1030-32.5704-15.2283
CIE-Lab75.5410-34.8675-19.6031

#1dcddd color RGB value is (29,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001101 11011101
Octal 35 315 335
Decimal 29 205 221
Hex 1D CD DD

RGB Percentages of Color #1dcddd

%6.37
%45.05
%48.57

CMYK Percentages of Color #1dcddd

%87
%7
%0
%13

Triadic Colors of #1dcddd

#1dcddd #dd1dcd #cddd1d

Analogous Colors of #1dcddd

#1dcddd #1d6ddd #1ddd8d

Monochromatic Colors of #1dcddd

#1dcddd

Complementary Color

#1dcddd #dd2d1d

#1dcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcddd Color CSS Codes

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

#1dcddd Text Font Color

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

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


#1dcddd Background Color

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

This div background color is #1dcddd


#1dcddd Border Color

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

This div border color is #1dcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcddd


Comments

No comments written yet.

Please login to write comment.