Color Hex Logo

#1ed4b0 Color Hex

#1ED4B0
(30,212,176)
0 Favorites   0 Comments

Color spaces of #1ed4b0

RGB 30212176
HSL0.470.750.47
HSV168°86°83°
CMYK 0.860.000.17   0.17
XYZ31.915450.497649.1392
Yxy50.49760.24260.3839
Hunter Lab71.0617-44.18958.7441
CIE-Lab76.3737-50.63375.8553

#1ed4b0 color RGB value is (30,212,176).

#1ed4b0 hex color red value is 30, green value is 212 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #1ed4b0 hue: 0.47 , saturation: 0.75 and the lightness value of 1ed4b0 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010100 10110000
Octal 36 324 260
Decimal 30 212 176
Hex 1E D4 B0

RGB Percentages of Color #1ed4b0

%7.18
%50.72
%42.11

CMYK Percentages of Color #1ed4b0

%86
%0
%17
%17

Triadic Colors of #1ed4b0

#1ed4b0 #b01ed4 #d4b01e

Analogous Colors of #1ed4b0

#1ed4b0 #1e9dd4 #1ed455

Monochromatic Colors of #1ed4b0

#1ed4b0

Complementary Color

#1ed4b0 #d41e42

#1ed4b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed4b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed4b0 Color CSS Codes

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

#1ed4b0 Text Font Color

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

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


#1ed4b0 Background Color

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

This div background color is #1ed4b0


#1ed4b0 Border Color

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

This div border color is #1ed4b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed4b0


Comments

No comments written yet.

Please login to write comment.