Color Hex Logo

#2eab97 Color Hex

#2EAB97
(46,171,151)
0 Favorites   0 Comments

Color spaces of #2eab97

RGB 46171151
HSL0.470.580.43
HSV170°73°67°
CMYK 0.730.000.12   0.33
XYZ21.275531.941034.3221
Yxy31.94100.24300.3649
Hunter Lab56.5164-31.70763.5549
CIE-Lab63.2941-38.19740.6004

#2eab97 color RGB value is (46,171,151).

#2eab97 hex color red value is 46, green value is 171 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #2eab97 hue: 0.47 , saturation: 0.58 and the lightness value of 2eab97 is 0.43.

The process color (four color CMYK) of #2eab97 color hex is 0.73, 0.00, 0.12, 0.33. Web safe color of #2eab97 is #339999. Color #2eab97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101011 10010111
Octal 56 253 227
Decimal 46 171 151
Hex 2E AB 97

RGB Percentages of Color #2eab97

%12.50
%46.47
%41.03

CMYK Percentages of Color #2eab97

%73
%0
%12
%33

Triadic Colors of #2eab97

#2eab97 #972eab #ab972e

Analogous Colors of #2eab97

#2eab97 #2e81ab #2eab59

Monochromatic Colors of #2eab97

#2eab97

Complementary Color

#2eab97 #ab2e42

#2eab97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eab97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eab97 Color CSS Codes

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

#2eab97 Text Font Color

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

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


#2eab97 Background Color

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

This div background color is #2eab97


#2eab97 Border Color

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

This div border color is #2eab97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eab97


Comments

No comments written yet.

Please login to write comment.