Color Hex Logo

#1ed985 Color Hex

#1ED985
(30,217,133)
0 Favorites   0 Comments

Color spaces of #1ed985

RGB 30217133
HSL0.430.760.48
HSV153°86°85°
CMYK 0.860.000.39   0.15
XYZ29.581951.595230.5900
Yxy51.59520.26470.4616
Hunter Lab71.8298-52.189925.0312
CIE-Lab77.0382-62.183029.4211

#1ed985 color RGB value is (30,217,133).

#1ed985 hex color red value is 30, green value is 217 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #1ed985 hue: 0.43 , saturation: 0.76 and the lightness value of 1ed985 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011001 10000101
Octal 36 331 205
Decimal 30 217 133
Hex 1E D9 85

RGB Percentages of Color #1ed985

%7.89
%57.11
%35.00

CMYK Percentages of Color #1ed985

%86
%0
%39
%15

Triadic Colors of #1ed985

#1ed985 #851ed9 #d9851e

Analogous Colors of #1ed985

#1ed985 #1ed0d9 #1ed928

Monochromatic Colors of #1ed985

#1ed985

Complementary Color

#1ed985 #d91e72

#1ed985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed985 Color CSS Codes

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

#1ed985 Text Font Color

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

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


#1ed985 Background Color

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

This div background color is #1ed985


#1ed985 Border Color

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

This div border color is #1ed985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed985


Comments

No comments written yet.

Please login to write comment.