Color Hex Logo

#2eba90 Color Hex

#2EBA90
(46,186,144)
0 Favorites   0 Comments

Color spaces of #2eba90

RGB 46186144
HSL0.450.600.45
HSV162°75°73°
CMYK 0.750.000.23   0.27
XYZ23.719737.712332.4146
Yxy37.71230.25270.4019
Hunter Lab61.4103-38.522611.6918
CIE-Lab67.8080-46.447210.9529

#2eba90 color RGB value is (46,186,144).

#2eba90 hex color red value is 46, green value is 186 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #2eba90 hue: 0.45 , saturation: 0.60 and the lightness value of 2eba90 is 0.45.

The process color (four color CMYK) of #2eba90 color hex is 0.75, 0.00, 0.23, 0.27. Web safe color of #2eba90 is #33cc99. Color #2eba90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111010 10010000
Octal 56 272 220
Decimal 46 186 144
Hex 2E BA 90

RGB Percentages of Color #2eba90

%12.23
%49.47
%38.30

CMYK Percentages of Color #2eba90

%75
%0
%23
%27

Triadic Colors of #2eba90

#2eba90 #902eba #ba902e

Analogous Colors of #2eba90

#2eba90 #2e9eba #2eba4a

Monochromatic Colors of #2eba90

#2eba90

Complementary Color

#2eba90 #ba2e58

#2eba90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eba90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eba90 Color CSS Codes

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

#2eba90 Text Font Color

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

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


#2eba90 Background Color

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

This div background color is #2eba90


#2eba90 Border Color

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

This div border color is #2eba90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eba90


Comments

No comments written yet.

Please login to write comment.