Color Hex Logo

#2ec86b Color Hex

#2EC86B
(46,200,107)
0 Favorites   0 Comments

Color spaces of #2ec86b

RGB 46200107
HSL0.400.630.48
HSV144°77°78°
CMYK 0.770.000.47   0.22
XYZ24.434842.950920.9124
Yxy42.95090.27670.4864
Hunter Lab65.5369-48.137726.9568
CIE-Lab71.5216-59.321935.5068

#2ec86b color RGB value is (46,200,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001000 01101011
Octal 56 310 153
Decimal 46 200 107
Hex 2E C8 6B

RGB Percentages of Color #2ec86b

%13.03
%56.66
%30.31

CMYK Percentages of Color #2ec86b

%77
%0
%47
%22

Triadic Colors of #2ec86b

#2ec86b #6b2ec8 #c86b2e

Analogous Colors of #2ec86b

#2ec86b #2ec8b8 #3ec82e

Monochromatic Colors of #2ec86b

#2ec86b

Complementary Color

#2ec86b #c82e8b

#2ec86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec86b Color CSS Codes

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

#2ec86b Text Font Color

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

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


#2ec86b Background Color

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

This div background color is #2ec86b


#2ec86b Border Color

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

This div border color is #2ec86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec86b


Comments

No comments written yet.

Please login to write comment.