Color Hex Logo

#2ec985 Color Hex

#2EC985
(46,201,133)
0 Favorites   0 Comments

Color spaces of #2ec985

RGB 46201133
HSL0.430.630.48
HSV154°77°79°
CMYK 0.770.000.34   0.21
XYZ26.247044.047629.3090
Yxy44.04760.26350.4422
Hunter Lab66.3684-45.552420.2747
CIE-Lab72.2603-54.832823.0380

#2ec985 color RGB value is (46,201,133).

#2ec985 hex color red value is 46, green value is 201 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #2ec985 hue: 0.43 , saturation: 0.63 and the lightness value of 2ec985 is 0.48.

The process color (four color CMYK) of #2ec985 color hex is 0.77, 0.00, 0.34, 0.21. Web safe color of #2ec985 is #33cc99. Color #2ec985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001001 10000101
Octal 56 311 205
Decimal 46 201 133
Hex 2E C9 85

RGB Percentages of Color #2ec985

%12.11
%52.89
%35.00

CMYK Percentages of Color #2ec985

%77
%0
%34
%21

Triadic Colors of #2ec985

#2ec985 #852ec9 #c9852e

Analogous Colors of #2ec985

#2ec985 #2ec0c9 #2ec938

Monochromatic Colors of #2ec985

#2ec985

Complementary Color

#2ec985 #c92e72

#2ec985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec985 Color CSS Codes

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

#2ec985 Text Font Color

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

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


#2ec985 Background Color

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

This div background color is #2ec985


#2ec985 Border Color

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

This div border color is #2ec985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,201,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 #2ec985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec985


Comments

No comments written yet.

Please login to write comment.