Color Hex Logo

#1cdcec Color Hex

#1CDCEC
(28,220,236)
0 Favorites   0 Comments

Color spaces of #1cdcec

RGB 28220236
HSL0.510.850.52
HSV185°88°93°
CMYK 0.880.070.00   0.07
XYZ41.212457.489488.2813
Yxy57.48940.22040.3075
Hunter Lab75.8218-35.6656-15.9577
CIE-Lab80.4541-37.3079-20.1944

#1cdcec color RGB value is (28,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011100 11101100
Octal 34 334 354
Decimal 28 220 236
Hex 1C DC EC

RGB Percentages of Color #1cdcec

%5.79
%45.45
%48.76

CMYK Percentages of Color #1cdcec

%88
%7
%0
%7

Triadic Colors of #1cdcec

#1cdcec #ec1cdc #dcec1c

Analogous Colors of #1cdcec

#1cdcec #1c74ec #1cec94

Monochromatic Colors of #1cdcec

#1cdcec

Complementary Color

#1cdcec #ec2c1c

#1cdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdcec Color CSS Codes

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

#1cdcec Text Font Color

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

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


#1cdcec Background Color

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

This div background color is #1cdcec


#1cdcec Border Color

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

This div border color is #1cdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdcec


Comments

No comments written yet.

Please login to write comment.