Color Hex Logo

#1eccdc Color Hex

#1ECCDC
(30,204,220)
0 Favorites   0 Comments

Color spaces of #1eccdc

RGB 30204220
HSL0.510.760.49
HSV185°86°86°
CMYK 0.860.070.00   0.14
XYZ35.046648.629175.2493
Yxy48.62910.22050.3060
Hunter Lab69.7346-32.3265-15.1646
CIE-Lab75.2200-34.6484-19.5493

#1eccdc color RGB value is (30,204,220).

#1eccdc hex color red value is 30, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1eccdc hue: 0.51 , saturation: 0.76 and the lightness value of 1eccdc is 0.49.

The process color (four color CMYK) of #1eccdc color hex is 0.86, 0.07, 0.00, 0.14. Web safe color of #1eccdc is #33cccc. Color #1eccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 11011100
Octal 36 314 334
Decimal 30 204 220
Hex 1E CC DC

RGB Percentages of Color #1eccdc

%6.61
%44.93
%48.46

CMYK Percentages of Color #1eccdc

%86
%7
%0
%14

Triadic Colors of #1eccdc

#1eccdc #dc1ecc #ccdc1e

Analogous Colors of #1eccdc

#1eccdc #1e6ddc #1edc8d

Monochromatic Colors of #1eccdc

#1eccdc

Complementary Color

#1eccdc #dc2e1e

#1eccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eccdc Color CSS Codes

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

#1eccdc Text Font Color

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

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


#1eccdc Background Color

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

This div background color is #1eccdc


#1eccdc Border Color

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

This div border color is #1eccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eccdc


Comments

No comments written yet.

Please login to write comment.