Color Hex Logo

#1edadc Color Hex

#1EDADC
(30,218,220)
0 Favorites   0 Comments

Color spaces of #1edadc

RGB 30218220
HSL0.500.760.49
HSV181°86°86°
CMYK 0.860.010.00   0.14
XYZ38.525155.586176.4089
Yxy55.58610.22590.3260
Hunter Lab74.5561-38.2375-8.5742
CIE-Lab79.3777-41.0794-13.2846

#1edadc color RGB value is (30,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011010 11011100
Octal 36 332 334
Decimal 30 218 220
Hex 1E DA DC

RGB Percentages of Color #1edadc

%6.41
%46.58
%47.01

CMYK Percentages of Color #1edadc

%86
%1
%0
%14

Triadic Colors of #1edadc

#1edadc #dc1eda #dadc1e

Analogous Colors of #1edadc

#1edadc #1e7bdc #1edc7f

Monochromatic Colors of #1edadc

#1edadc

Complementary Color

#1edadc #dc201e

#1edadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edadc Color CSS Codes

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

#1edadc Text Font Color

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

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


#1edadc Background Color

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

This div background color is #1edadc


#1edadc Border Color

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

This div border color is #1edadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edadc


Comments

No comments written yet.

Please login to write comment.