Color Hex Logo

#1edabb Color Hex

#1EDABB
(30,218,187)
0 Favorites   0 Comments

Color spaces of #1edabb

RGB 30218187
HSL0.470.760.49
HSV170°86°85°
CMYK 0.860.000.14   0.15
XYZ34.576554.006755.6157
Yxy54.00670.23980.3745
Hunter Lab73.4893-44.62246.5726
CIE-Lab78.4656-50.24852.9986

#1edabb color RGB value is (30,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011010 10111011
Octal 36 332 273
Decimal 30 218 187
Hex 1E DA BB

RGB Percentages of Color #1edabb

%6.90
%50.11
%42.99

CMYK Percentages of Color #1edabb

%86
%0
%14
%15

Triadic Colors of #1edabb

#1edabb #bb1eda #dabb1e

Analogous Colors of #1edabb

#1edabb #1e9bda #1eda5d

Monochromatic Colors of #1edabb

#1edabb

Complementary Color

#1edabb #da1e3d

#1edabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edabb Color CSS Codes

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

#1edabb Text Font Color

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

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


#1edabb Background Color

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

This div background color is #1edabb


#1edabb Border Color

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

This div border color is #1edabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edabb


Comments

No comments written yet.

Please login to write comment.