Color Hex Logo

#1ed1df Color Hex

#1ED1DF
(30,209,223)
0 Favorites   0 Comments

Color spaces of #1ed1df

RGB 30209223
HSL0.510.760.50
HSV184°87°87°
CMYK 0.870.060.00   0.13
XYZ36.655251.204777.7636
Yxy51.20470.22130.3092
Hunter Lab71.5575-33.7892-14.3420
CIE-Lab76.8028-36.0673-18.7682

#1ed1df color RGB value is (30,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010001 11011111
Octal 36 321 337
Decimal 30 209 223
Hex 1E D1 DF

RGB Percentages of Color #1ed1df

%6.49
%45.24
%48.27

CMYK Percentages of Color #1ed1df

%87
%6
%0
%13

Triadic Colors of #1ed1df

#1ed1df #df1ed1 #d1df1e

Analogous Colors of #1ed1df

#1ed1df #1e71df #1edf8d

Monochromatic Colors of #1ed1df

#1ed1df

Complementary Color

#1ed1df #df2c1e

#1ed1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed1df Color CSS Codes

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

#1ed1df Text Font Color

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

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


#1ed1df Background Color

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

This div background color is #1ed1df


#1ed1df Border Color

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

This div border color is #1ed1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed1df


Comments

No comments written yet.

Please login to write comment.