Color Hex Logo

#1ed0ce Color Hex

#1ED0CE
(30,208,206)
0 Favorites   0 Comments

Color spaces of #1ed0ce

RGB 30208206
HSL0.500.750.47
HSV179°86°82°
CMYK 0.860.000.01   0.18
XYZ34.231949.844066.2092
Yxy49.84400.22780.3317
Hunter Lab70.6003-37.0014-6.1822
CIE-Lab75.9734-40.6959-10.8652

#1ed0ce color RGB value is (30,208,206).

#1ed0ce hex color red value is 30, green value is 208 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1ed0ce hue: 0.50 , saturation: 0.75 and the lightness value of 1ed0ce is 0.47.

The process color (four color CMYK) of #1ed0ce color hex is 0.86, 0.00, 0.01, 0.18. Web safe color of #1ed0ce is #33cccc. Color #1ed0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010000 11001110
Octal 36 320 316
Decimal 30 208 206
Hex 1E D0 CE

RGB Percentages of Color #1ed0ce

%6.76
%46.85
%46.40

CMYK Percentages of Color #1ed0ce

%86
%0
%1
%18

Triadic Colors of #1ed0ce

#1ed0ce #ce1ed0 #d0ce1e

Analogous Colors of #1ed0ce

#1ed0ce #1e79d0 #1ed075

Monochromatic Colors of #1ed0ce

#1ed0ce

Complementary Color

#1ed0ce #d01e20

#1ed0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed0ce Color CSS Codes

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

#1ed0ce Text Font Color

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

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


#1ed0ce Background Color

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

This div background color is #1ed0ce


#1ed0ce Border Color

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

This div border color is #1ed0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed0ce


Comments

No comments written yet.

Please login to write comment.