Color Hex Logo

#2e9658 Color Hex

#2E9658
(46,150,88)
0 Favorites   0 Comments

Color spaces of #2e9658

RGB 4615088
HSL0.400.530.38
HSV144°69°59°
CMYK 0.690.000.41   0.41
XYZ13.794523.098112.9639
Yxy23.09810.27670.4633
Hunter Lab48.0605-32.872117.6494
CIE-Lab55.1732-44.021324.3215

#2e9658 color RGB value is (46,150,88).

#2e9658 hex color red value is 46, green value is 150 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #2e9658 hue: 0.40 , saturation: 0.53 and the lightness value of 2e9658 is 0.38.

The process color (four color CMYK) of #2e9658 color hex is 0.69, 0.00, 0.41, 0.41. Web safe color of #2e9658 is #339966. Color #2e9658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010110 01011000
Octal 56 226 130
Decimal 46 150 88
Hex 2E 96 58

RGB Percentages of Color #2e9658

%16.20
%52.82
%30.99

CMYK Percentages of Color #2e9658

%69
%0
%41
%41

Triadic Colors of #2e9658

#2e9658 #582e96 #96582e

Analogous Colors of #2e9658

#2e9658 #2e968c #38962e

Monochromatic Colors of #2e9658

#2e9658

Complementary Color

#2e9658 #962e6c

#2e9658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9658 Color CSS Codes

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

#2e9658 Text Font Color

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

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


#2e9658 Background Color

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

This div background color is #2e9658


#2e9658 Border Color

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

This div border color is #2e9658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9658


Comments

No comments written yet.

Please login to write comment.