Color Hex Logo

#1cccde Color Hex

#1CCCDE
(28,204,222)
0 Favorites   0 Comments

Color spaces of #1cccde

RGB 28204222
HSL0.520.780.49
HSV186°87°87°
CMYK 0.870.080.00   0.13
XYZ35.256648.706576.6503
Yxy48.70650.21950.3033
Hunter Lab69.7900-31.9578-16.2651
CIE-Lab75.2684-34.1422-20.5566

#1cccde color RGB value is (28,204,222).

#1cccde hex color red value is 28, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1cccde hue: 0.52 , saturation: 0.78 and the lightness value of 1cccde is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001100 11011110
Octal 34 314 336
Decimal 28 204 222
Hex 1C CC DE

RGB Percentages of Color #1cccde

%6.17
%44.93
%48.90

CMYK Percentages of Color #1cccde

%87
%8
%0
%13

Triadic Colors of #1cccde

#1cccde #de1ccc #ccde1c

Analogous Colors of #1cccde

#1cccde #1c6bde #1cde8f

Monochromatic Colors of #1cccde

#1cccde

Complementary Color

#1cccde #de2e1c

#1cccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cccde Color CSS Codes

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

#1cccde Text Font Color

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

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


#1cccde Background Color

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

This div background color is #1cccde


#1cccde Border Color

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

This div border color is #1cccde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,204,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cccde


Comments

No comments written yet.

Please login to write comment.