Color Hex Logo

#2e895a Color Hex

#2E895A
(46,137,90)
0 Favorites   0 Comments

Color spaces of #2e895a

RGB 4613790
HSL0.410.500.36
HSV149°66°54°
CMYK 0.660.000.34   0.46
XYZ11.917819.210312.7527
Yxy19.21030.27160.4378
Hunter Lab43.8296-28.165413.4296
CIE-Lab50.9323-38.242817.5469

#2e895a color RGB value is (46,137,90).

#2e895a hex color red value is 46, green value is 137 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #2e895a hue: 0.41 , saturation: 0.50 and the lightness value of 2e895a is 0.36.

The process color (four color CMYK) of #2e895a color hex is 0.66, 0.00, 0.34, 0.46. Web safe color of #2e895a is #339966. Color #2e895a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10001001 01011010
Octal 56 211 132
Decimal 46 137 90
Hex 2E 89 5A

RGB Percentages of Color #2e895a

%16.85
%50.18
%32.97

CMYK Percentages of Color #2e895a

%66
%0
%34
%46

Triadic Colors of #2e895a

#2e895a #5a2e89 #895a2e

Analogous Colors of #2e895a

#2e895a #2e8988 #30892e

Monochromatic Colors of #2e895a

#2e895a

Complementary Color

#2e895a #892e5d

#2e895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e895a Color CSS Codes

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

#2e895a Text Font Color

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

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


#2e895a Background Color

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

This div background color is #2e895a


#2e895a Border Color

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

This div border color is #2e895a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e895a


Comments

No comments written yet.

Please login to write comment.