Color Hex Logo

#1cc7ce Color Hex

#1CC7CE
(28,199,206)
0 Favorites   0 Comments

Color spaces of #1cc7ce

RGB 28199206
HSL0.510.760.46
HSV182°86°81°
CMYK 0.860.030.00   0.19
XYZ32.042945.550065.4957
Yxy45.55000.22390.3183
Hunter Lab67.4907-33.3615-10.2939
CIE-Lab73.2526-36.7186-14.9454

#1cc7ce color RGB value is (28,199,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11000111 11001110
Octal 34 307 316
Decimal 28 199 206
Hex 1C C7 CE

RGB Percentages of Color #1cc7ce

%6.47
%45.96
%47.58

CMYK Percentages of Color #1cc7ce

%86
%3
%0
%19

Triadic Colors of #1cc7ce

#1cc7ce #ce1cc7 #c7ce1c

Analogous Colors of #1cc7ce

#1cc7ce #1c6ece #1cce7c

Monochromatic Colors of #1cc7ce

#1cc7ce

Complementary Color

#1cc7ce #ce231c

#1cc7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cc7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cc7ce Color CSS Codes

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

#1cc7ce Text Font Color

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

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


#1cc7ce Background Color

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

This div background color is #1cc7ce


#1cc7ce Border Color

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

This div border color is #1cc7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cc7ce


Comments

No comments written yet.

Please login to write comment.