Color Hex Logo

#2e9173 Color Hex

#2E9173
(46,145,115)
0 Favorites   0 Comments

Color spaces of #2e9173

RGB 46145115
HSL0.450.520.37
HSV162°68°57°
CMYK 0.680.000.21   0.43
XYZ14.346622.069419.7233
Yxy22.06940.25560.3931
Hunter Lab46.9781-27.69977.9923
CIE-Lab54.1006-35.93797.7004

#2e9173 color RGB value is (46,145,115).

#2e9173 hex color red value is 46, green value is 145 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #2e9173 hue: 0.45 , saturation: 0.52 and the lightness value of 2e9173 is 0.37.

The process color (four color CMYK) of #2e9173 color hex is 0.68, 0.00, 0.21, 0.43. Web safe color of #2e9173 is #339966. Color #2e9173 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010001 01110011
Octal 56 221 163
Decimal 46 145 115
Hex 2E 91 73

RGB Percentages of Color #2e9173

%15.03
%47.39
%37.58

CMYK Percentages of Color #2e9173

%68
%0
%21
%43

Triadic Colors of #2e9173

#2e9173 #732e91 #91732e

Analogous Colors of #2e9173

#2e9173 #2e7e91 #2e9142

Monochromatic Colors of #2e9173

#2e9173

Complementary Color

#2e9173 #912e4c

#2e9173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9173 Color CSS Codes

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

#2e9173 Text Font Color

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

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


#2e9173 Background Color

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

This div background color is #2e9173


#2e9173 Border Color

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

This div border color is #2e9173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9173


Comments

No comments written yet.

Please login to write comment.