Color Hex Logo

#2ecb6e Color Hex

#2ECB6E
(46,203,110)
0 Favorites   0 Comments

Color spaces of #2ecb6e

RGB 46203110
HSL0.400.630.49
HSV144°77°80°
CMYK 0.770.000.46   0.20
XYZ25.297144.418521.9922
Yxy44.41850.27580.4843
Hunter Lab66.6472-48.879827.0886
CIE-Lab72.5073-59.873935.2534

#2ecb6e color RGB value is (46,203,110).

#2ecb6e hex color red value is 46, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #2ecb6e hue: 0.40 , saturation: 0.63 and the lightness value of 2ecb6e is 0.49.

The process color (four color CMYK) of #2ecb6e color hex is 0.77, 0.00, 0.46, 0.20. Web safe color of #2ecb6e is #33cc66. Color #2ecb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001011 01101110
Octal 56 313 156
Decimal 46 203 110
Hex 2E CB 6E

RGB Percentages of Color #2ecb6e

%12.81
%56.55
%30.64

CMYK Percentages of Color #2ecb6e

%77
%0
%46
%20

Triadic Colors of #2ecb6e

#2ecb6e #6e2ecb #cb6e2e

Analogous Colors of #2ecb6e

#2ecb6e #2ecbbd #3dcb2e

Monochromatic Colors of #2ecb6e

#2ecb6e

Complementary Color

#2ecb6e #cb2e8b

#2ecb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecb6e Color CSS Codes

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

#2ecb6e Text Font Color

<p style="color:#2ecb6e">Text here</p>

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


#2ecb6e Background Color

<div style="background-color:#2ecb6e">
Div content here</div>

This div background color is #2ecb6e


#2ecb6e Border Color

<div style="border:3px solid #2ecb6e">
Div here</div>

This div border color is #2ecb6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,203,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ecb6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ecb6e;
  -webkit-box-shadow: 1px 1px 3px 2px #2ecb6e;
  box-shadow:         1px 1px 3px 2px #2ecb6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,203,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecb6e


Comments

No comments written yet.

Please login to write comment.