Color Hex Logo

#1edcab Color Hex

#1EDCAB
(30,220,171)
0 Favorites   0 Comments

Color spaces of #1edcab

RGB 30220171
HSL0.460.760.49
HSV165°86°86°
CMYK 0.860.000.22   0.14
XYZ33.479354.402747.2643
Yxy54.40270.24770.4025
Hunter Lab73.7582-48.054613.6377
CIE-Lab78.6960-55.057411.8357

#1edcab color RGB value is (30,220,171).

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

The process color (four color CMYK) of #1edcab color hex is 0.86, 0.00, 0.22, 0.14. Web safe color of #1edcab is #33cc99. Color #1edcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011100 10101011
Octal 36 334 253
Decimal 30 220 171
Hex 1E DC AB

RGB Percentages of Color #1edcab

%7.13
%52.26
%40.62

CMYK Percentages of Color #1edcab

%86
%0
%22
%14

Triadic Colors of #1edcab

#1edcab #ab1edc #dcab1e

Analogous Colors of #1edcab

#1edcab #1eaedc #1edc4c

Monochromatic Colors of #1edcab

#1edcab

Complementary Color

#1edcab #dc1e4f

#1edcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edcab Color CSS Codes

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

#1edcab Text Font Color

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

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


#1edcab Background Color

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

This div background color is #1edcab


#1edcab Border Color

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

This div border color is #1edcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edcab


Comments

No comments written yet.

Please login to write comment.