Color Hex Logo

#1cdcef Color Hex

#1CDCEF
(28,220,239)
0 Favorites   0 Comments

Color spaces of #1cdcef

RGB 28220239
HSL0.520.870.52
HSV185°88°94°
CMYK 0.880.080.00   0.06
XYZ41.652157.665390.5966
Yxy57.66530.21930.3036
Hunter Lab75.9377-34.9830-17.5789
CIE-Lab80.5523-36.3903-21.6413

#1cdcef color RGB value is (28,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011100 11101111
Octal 34 334 357
Decimal 28 220 239
Hex 1C DC EF

RGB Percentages of Color #1cdcef

%5.75
%45.17
%49.08

CMYK Percentages of Color #1cdcef

%88
%8
%0
%6

Triadic Colors of #1cdcef

#1cdcef #ef1cdc #dcef1c

Analogous Colors of #1cdcef

#1cdcef #1c73ef #1cef99

Monochromatic Colors of #1cdcef

#1cdcef

Complementary Color

#1cdcef #ef2f1c

#1cdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cdcef Color CSS Codes

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

#1cdcef Text Font Color

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

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


#1cdcef Background Color

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

This div background color is #1cdcef


#1cdcef Border Color

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

This div border color is #1cdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cdcef


Comments

No comments written yet.

Please login to write comment.