Color Hex Logo

#1edecd Color Hex

#1EDECD
(30,222,205)
0 Favorites   0 Comments

Color spaces of #1edecd

RGB 30222205
HSL0.490.760.49
HSV175°86°87°
CMYK 0.860.000.08   0.13
XYZ37.676156.926366.7598
Yxy56.92630.23350.3528
Hunter Lab75.4495-42.90180.3532
CIE-Lab80.1381-47.0956-4.1531

#1edecd color RGB value is (30,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011110 11001101
Octal 36 336 315
Decimal 30 222 205
Hex 1E DE CD

RGB Percentages of Color #1edecd

%6.56
%48.58
%44.86

CMYK Percentages of Color #1edecd

%86
%0
%8
%13

Triadic Colors of #1edecd

#1edecd #cd1ede #decd1e

Analogous Colors of #1edecd

#1edecd #1e8fde #1ede6d

Monochromatic Colors of #1edecd

#1edecd

Complementary Color

#1edecd #de1e2f

#1edecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edecd Color CSS Codes

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

#1edecd Text Font Color

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

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


#1edecd Background Color

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

This div background color is #1edecd


#1edecd Border Color

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

This div border color is #1edecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edecd


Comments

No comments written yet.

Please login to write comment.