Color Hex Logo

#2ec692 Color Hex

#2EC692
(46,198,146)
0 Favorites   0 Comments

Color spaces of #2ec692

RGB 46198146
HSL0.440.620.48
HSV159°77°78°
CMYK 0.770.000.26   0.22
XYZ26.509143.044334.1053
Yxy43.04430.25570.4153
Hunter Lab65.6082-42.691015.1048
CIE-Lab71.5850-50.841915.1824

#2ec692 color RGB value is (46,198,146).

#2ec692 hex color red value is 46, green value is 198 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #2ec692 hue: 0.44 , saturation: 0.62 and the lightness value of 2ec692 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000110 10010010
Octal 56 306 222
Decimal 46 198 146
Hex 2E C6 92

RGB Percentages of Color #2ec692

%11.79
%50.77
%37.44

CMYK Percentages of Color #2ec692

%77
%0
%26
%22

Triadic Colors of #2ec692

#2ec692 #922ec6 #c6922e

Analogous Colors of #2ec692

#2ec692 #2eaec6 #2ec646

Monochromatic Colors of #2ec692

#2ec692

Complementary Color

#2ec692 #c62e62

#2ec692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec692 Color CSS Codes

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

#2ec692 Text Font Color

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

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


#2ec692 Background Color

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

This div background color is #2ec692


#2ec692 Border Color

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

This div border color is #2ec692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec692


Comments

No comments written yet.

Please login to write comment.