Color Hex Logo

#1cdeec Color Hex

#1CDEEC
(28,222,236)
0 Favorites   0 Comments

Color spaces of #1cdeec

RGB 28222236
HSL0.510.850.52
HSV184°88°93°
CMYK 0.880.060.00   0.07
XYZ41.740558.545688.4573
Yxy58.54560.22110.3102
Hunter Lab76.5151-36.5261-14.9832
CIE-Lab81.0412-38.2289-19.3060

#1cdeec color RGB value is (28,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011110 11101100
Octal 34 336 354
Decimal 28 222 236
Hex 1C DE EC

RGB Percentages of Color #1cdeec

%5.76
%45.68
%48.56

CMYK Percentages of Color #1cdeec

%88
%6
%0
%7

Triadic Colors of #1cdeec

#1cdeec #ec1cde #deec1c

Analogous Colors of #1cdeec

#1cdeec #1c76ec #1cec92

Monochromatic Colors of #1cdeec

#1cdeec

Complementary Color

#1cdeec #ec2a1c

#1cdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdeec Color CSS Codes

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

#1cdeec Text Font Color

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

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


#1cdeec Background Color

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

This div background color is #1cdeec


#1cdeec Border Color

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

This div border color is #1cdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdeec


Comments

No comments written yet.

Please login to write comment.