Color Hex Logo

#1ecedc Color Hex

#1ECEDC
(30,206,220)
0 Favorites   0 Comments

Color spaces of #1ecedc

RGB 30206220
HSL0.510.760.49
HSV184°86°86°
CMYK 0.860.060.00   0.14
XYZ35.525049.585975.4088
Yxy49.58590.22130.3089
Hunter Lab70.4173-33.1782-14.2007
CIE-Lab75.8144-35.5863-18.6494

#1ecedc color RGB value is (30,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001110 11011100
Octal 36 316 334
Decimal 30 206 220
Hex 1E CE DC

RGB Percentages of Color #1ecedc

%6.58
%45.18
%48.25

CMYK Percentages of Color #1ecedc

%86
%6
%0
%14

Triadic Colors of #1ecedc

#1ecedc #dc1ece #cedc1e

Analogous Colors of #1ecedc

#1ecedc #1e6fdc #1edc8b

Monochromatic Colors of #1ecedc

#1ecedc

Complementary Color

#1ecedc #dc2c1e

#1ecedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecedc Color CSS Codes

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

#1ecedc Text Font Color

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

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


#1ecedc Background Color

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

This div background color is #1ecedc


#1ecedc Border Color

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

This div border color is #1ecedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecedc


Comments

No comments written yet.

Please login to write comment.