Color Hex Logo

#1edacd Color Hex

#1EDACD
(30,218,205)
0 Favorites   0 Comments

Color spaces of #1edacd

RGB 30218205
HSL0.490.760.49
HSV176°86°85°
CMYK 0.860.000.06   0.15
XYZ36.626354.826666.4098
Yxy54.82660.23200.3473
Hunter Lab74.0450-41.2838-1.3448
CIE-Lab78.9413-45.3804-5.9191

#1edacd color RGB value is (30,218,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011010 11001101
Octal 36 332 315
Decimal 30 218 205
Hex 1E DA CD

RGB Percentages of Color #1edacd

%6.62
%48.12
%45.25

CMYK Percentages of Color #1edacd

%86
%0
%6
%15

Triadic Colors of #1edacd

#1edacd #cd1eda #dacd1e

Analogous Colors of #1edacd

#1edacd #1e89da #1eda6f

Monochromatic Colors of #1edacd

#1edacd

Complementary Color

#1edacd #da1e2b

#1edacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edacd Color CSS Codes

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

#1edacd Text Font Color

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

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


#1edacd Background Color

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

This div background color is #1edacd


#1edacd Border Color

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

This div border color is #1edacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edacd


Comments

No comments written yet.

Please login to write comment.