Color Hex Logo

#1dc7ce Color Hex

#1DC7CE
(29,199,206)
0 Favorites   0 Comments

Color spaces of #1dc7ce

RGB 29199206
HSL0.510.750.46
HSV182°86°81°
CMYK 0.860.030.00   0.19
XYZ32.070745.564365.4970
Yxy45.56430.22410.3183
Hunter Lab67.5013-33.3198-10.2786
CIE-Lab73.2619-36.6582-14.9305

#1dc7ce color RGB value is (29,199,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000111 11001110
Octal 35 307 316
Decimal 29 199 206
Hex 1D C7 CE

RGB Percentages of Color #1dc7ce

%6.68
%45.85
%47.47

CMYK Percentages of Color #1dc7ce

%86
%3
%0
%19

Triadic Colors of #1dc7ce

#1dc7ce #ce1dc7 #c7ce1d

Analogous Colors of #1dc7ce

#1dc7ce #1d6fce #1dce7d

Monochromatic Colors of #1dc7ce

#1dc7ce

Complementary Color

#1dc7ce #ce241d

#1dc7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc7ce Color CSS Codes

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

#1dc7ce Text Font Color

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

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


#1dc7ce Background Color

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

This div background color is #1dc7ce


#1dc7ce Border Color

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

This div border color is #1dc7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc7ce


Comments

No comments written yet.

Please login to write comment.