Color Hex Logo

#1ccdec Color Hex

#1CCDEC
(28,205,236)
0 Favorites   0 Comments

Color spaces of #1ccdec

RGB 28205236
HSL0.520.850.52
HSV189°88°93°
CMYK 0.880.130.00   0.07
XYZ37.450549.965687.0274
Yxy49.96560.21470.2864
Hunter Lab70.6863-29.1296-23.5160
CIE-Lab76.0481-30.2009-26.9037

#1ccdec color RGB value is (28,205,236).

#1ccdec hex color red value is 28, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1ccdec hue: 0.52 , saturation: 0.85 and the lightness value of 1ccdec is 0.52.

The process color (four color CMYK) of #1ccdec color hex is 0.88, 0.13, 0.00, 0.07. Web safe color of #1ccdec is #33ccff. Color #1ccdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001101 11101100
Octal 34 315 354
Decimal 28 205 236
Hex 1C CD EC

RGB Percentages of Color #1ccdec

%5.97
%43.71
%50.32

CMYK Percentages of Color #1ccdec

%88
%13
%0
%7

Triadic Colors of #1ccdec

#1ccdec #ec1ccd #cdec1c

Analogous Colors of #1ccdec

#1ccdec #1c65ec #1ceca3

Monochromatic Colors of #1ccdec

#1ccdec

Complementary Color

#1ccdec #ec3b1c

#1ccdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccdec Color CSS Codes

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

#1ccdec Text Font Color

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

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


#1ccdec Background Color

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

This div background color is #1ccdec


#1ccdec Border Color

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

This div border color is #1ccdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccdec


Comments

No comments written yet.

Please login to write comment.