Color Hex Logo

#2eeaab Color Hex

#2EEAAB
(46,234,171)
0 Favorites   0 Comments

Color spaces of #2eeaab

RGB 46234171
HSL0.440.820.55
HSV160°80°92°
CMYK 0.800.000.27   0.08
XYZ37.900262.366848.5685
Yxy62.36680.25460.4190
Hunter Lab78.9727-52.537218.8173
CIE-Lab83.1081-59.170418.0626

#2eeaab color RGB value is (46,234,171).

#2eeaab hex color red value is 46, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2eeaab hue: 0.44 , saturation: 0.82 and the lightness value of 2eeaab is 0.55.

The process color (four color CMYK) of #2eeaab color hex is 0.80, 0.00, 0.27, 0.08. Web safe color of #2eeaab is #33ff99. Color #2eeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101010 10101011
Octal 56 352 253
Decimal 46 234 171
Hex 2E EA AB

RGB Percentages of Color #2eeaab

%10.20
%51.88
%37.92

CMYK Percentages of Color #2eeaab

%80
%0
%27
%8

Triadic Colors of #2eeaab

#2eeaab #ab2eea #eaab2e

Analogous Colors of #2eeaab

#2eeaab #2ecbea #2eea4d

Monochromatic Colors of #2eeaab

#2eeaab

Complementary Color

#2eeaab #ea2e6d

#2eeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeaab Color CSS Codes

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

#2eeaab Text Font Color

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

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


#2eeaab Background Color

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

This div background color is #2eeaab


#2eeaab Border Color

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

This div border color is #2eeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeaab


Comments

No comments written yet.

Please login to write comment.