Color Hex Logo

#1ccfce Color Hex

#1CCFCE
(28,207,206)
0 Favorites   0 Comments

Color spaces of #1ccfce

RGB 28207206
HSL0.500.760.46
HSV180°86°81°
CMYK 0.860.000.00   0.19
XYZ33.932349.328866.1255
Yxy49.32880.22710.3302
Hunter Lab70.2345-36.6718-6.6572
CIE-Lab75.6554-40.3661-11.3420

#1ccfce color RGB value is (28,207,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001111 11001110
Octal 34 317 316
Decimal 28 207 206
Hex 1C CF CE

RGB Percentages of Color #1ccfce

%6.35
%46.94
%46.71

CMYK Percentages of Color #1ccfce

%86
%0
%0
%19

Triadic Colors of #1ccfce

#1ccfce #ce1ccf #cfce1c

Analogous Colors of #1ccfce

#1ccfce #1c77cf #1ccf75

Monochromatic Colors of #1ccfce

#1ccfce

Complementary Color

#1ccfce #cf1c1d

#1ccfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccfce Color CSS Codes

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

#1ccfce Text Font Color

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

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


#1ccfce Background Color

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

This div background color is #1ccfce


#1ccfce Border Color

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

This div border color is #1ccfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccfce


Comments

No comments written yet.

Please login to write comment.