Color Hex Logo

#1dc7cb Color Hex

#1DC7CB
(29,199,203)
0 Favorites   0 Comments

Color spaces of #1dc7cb

RGB 29199203
HSL0.500.750.45
HSV181°86°80°
CMYK 0.860.020.00   0.20
XYZ31.709645.419963.5956
Yxy45.41990.22530.3228
Hunter Lab67.3943-33.9542-8.7721
CIE-Lab73.1675-37.5627-13.4434

#1dc7cb color RGB value is (29,199,203).

#1dc7cb hex color red value is 29, green value is 199 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1dc7cb hue: 0.50 , saturation: 0.75 and the lightness value of 1dc7cb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000111 11001011
Octal 35 307 313
Decimal 29 199 203
Hex 1D C7 CB

RGB Percentages of Color #1dc7cb

%6.73
%46.17
%47.10

CMYK Percentages of Color #1dc7cb

%86
%2
%0
%20

Triadic Colors of #1dc7cb

#1dc7cb #cb1dc7 #c7cb1d

Analogous Colors of #1dc7cb

#1dc7cb #1d70cb #1dcb78

Monochromatic Colors of #1dc7cb

#1dc7cb

Complementary Color

#1dc7cb #cb211d

#1dc7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc7cb Color CSS Codes

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

#1dc7cb Text Font Color

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

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


#1dc7cb Background Color

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

This div background color is #1dc7cb


#1dc7cb Border Color

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

This div border color is #1dc7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc7cb


Comments

No comments written yet.

Please login to write comment.