Color Hex Logo

#1ecd9d Color Hex

#1ECD9D
(30,205,157)
0 Favorites   0 Comments

Color spaces of #1ecd9d

RGB 30205157
HSL0.450.740.46
HSV164°85°80°
CMYK 0.850.000.23   0.20
XYZ28.452546.373039.3496
Yxy46.37300.24920.4062
Hunter Lab68.0977-44.590413.4083
CIE-Lab73.7869-52.537312.3460

#1ecd9d color RGB value is (30,205,157).

#1ecd9d hex color red value is 30, green value is 205 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #1ecd9d hue: 0.45 , saturation: 0.74 and the lightness value of 1ecd9d is 0.46.

The process color (four color CMYK) of #1ecd9d color hex is 0.85, 0.00, 0.23, 0.20. Web safe color of #1ecd9d is #33cc99. Color #1ecd9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001101 10011101
Octal 36 315 235
Decimal 30 205 157
Hex 1E CD 9D

RGB Percentages of Color #1ecd9d

%7.65
%52.30
%40.05

CMYK Percentages of Color #1ecd9d

%85
%0
%23
%20

Triadic Colors of #1ecd9d

#1ecd9d #9d1ecd #cd9d1e

Analogous Colors of #1ecd9d

#1ecd9d #1ea6cd #1ecd46

Monochromatic Colors of #1ecd9d

#1ecd9d

Complementary Color

#1ecd9d #cd1e4e

#1ecd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecd9d Color CSS Codes

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

#1ecd9d Text Font Color

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

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


#1ecd9d Background Color

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

This div background color is #1ecd9d


#1ecd9d Border Color

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

This div border color is #1ecd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecd9d


Comments

No comments written yet.

Please login to write comment.