Color Hex Logo

#2ef2aa Color Hex

#2EF2AA
(46,242,170)
0 Favorites   0 Comments

Color spaces of #2ef2aa

RGB 46242170
HSL0.440.880.56
HSV158°81°95°
CMYK 0.810.000.30   0.05
XYZ40.134566.987448.8448
Yxy66.98740.25730.4295
Hunter Lab81.8458-55.699721.9084
CIE-Lab85.4976-62.375721.8932

#2ef2aa color RGB value is (46,242,170).

#2ef2aa hex color red value is 46, green value is 242 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2ef2aa hue: 0.44 , saturation: 0.88 and the lightness value of 2ef2aa is 0.56.

The process color (four color CMYK) of #2ef2aa color hex is 0.81, 0.00, 0.30, 0.05. Web safe color of #2ef2aa is #33ff99. Color #2ef2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11110010 10101010
Octal 56 362 252
Decimal 46 242 170
Hex 2E F2 AA

RGB Percentages of Color #2ef2aa

%10.04
%52.84
%37.12

CMYK Percentages of Color #2ef2aa

%81
%0
%30
%5

Triadic Colors of #2ef2aa

#2ef2aa #aa2ef2 #f2aa2e

Analogous Colors of #2ef2aa

#2ef2aa #2ed8f2 #2ef248

Monochromatic Colors of #2ef2aa

#2ef2aa

Complementary Color

#2ef2aa #f22e76

#2ef2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ef2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ef2aa Color CSS Codes

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

#2ef2aa Text Font Color

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

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


#2ef2aa Background Color

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

This div background color is #2ef2aa


#2ef2aa Border Color

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

This div border color is #2ef2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ef2aa


Comments

No comments written yet.

Please login to write comment.