Color Hex Logo

#49e79e Color Hex

#49E79E
(73,231,158)
0 Favorites   0 Comments

Color spaces of #49e79e

RGB 73231158
HSL0.420.770.60
HSV152°68°91°
CMYK 0.680.000.32   0.09
XYZ37.495161.036942.1529
Yxy61.03690.26650.4339
Hunter Lab78.1261-51.053122.6984
CIE-Lab82.3986-57.428023.8880

#49e79e color RGB value is (73,231,158).

#49e79e hex color red value is 73, green value is 231 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #49e79e hue: 0.42 , saturation: 0.77 and the lightness value of 49e79e is 0.60.

The process color (four color CMYK) of #49e79e color hex is 0.68, 0.00, 0.32, 0.09. Web safe color of #49e79e is #33ff99. Color #49e79e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100111 10011110
Octal 111 347 236
Decimal 73 231 158
Hex 49 E7 9E

RGB Percentages of Color #49e79e

%15.80
%50.00
%34.20

CMYK Percentages of Color #49e79e

%68
%0
%32
%9

Triadic Colors of #49e79e

#49e79e #9e49e7 #e79e49

Analogous Colors of #49e79e

#49e79e #49e1e7 #49e74f

Monochromatic Colors of #49e79e

#49e79e

Complementary Color

#49e79e #e74992

#49e79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e79e Color CSS Codes

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

#49e79e Text Font Color

<p style="color:#49e79e">Text here</p>

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


#49e79e Background Color

<div style="background-color:#49e79e">
Div content here</div>

This div background color is #49e79e


#49e79e Border Color

<div style="border:3px solid #49e79e">
Div here</div>

This div border color is #49e79e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,231,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49e79e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49e79e;
  -webkit-box-shadow: 1px 1px 3px 2px #49e79e;
  box-shadow:         1px 1px 3px 2px #49e79e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,231,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e79e


Comments

No comments written yet.

Please login to write comment.