Color Hex Logo

#49e59f Color Hex

#49E59F
(73,229,159)
0 Favorites   0 Comments

Color spaces of #49e59f

RGB 73229159
HSL0.430.750.59
HSV153°68°90°
CMYK 0.680.000.31   0.10
XYZ37.025059.958342.4226
Yxy59.95830.26560.4301
Hunter Lab77.4327-50.156321.7201
CIE-Lab81.8155-56.453822.5725

#49e59f color RGB value is (73,229,159).

#49e59f hex color red value is 73, green value is 229 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #49e59f hue: 0.43 , saturation: 0.75 and the lightness value of 49e59f is 0.59.

The process color (four color CMYK) of #49e59f color hex is 0.68, 0.00, 0.31, 0.10. Web safe color of #49e59f is #33cc99. Color #49e59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100101 10011111
Octal 111 345 237
Decimal 73 229 159
Hex 49 E5 9F

RGB Percentages of Color #49e59f

%15.84
%49.67
%34.49

CMYK Percentages of Color #49e59f

%68
%0
%31
%10

Triadic Colors of #49e59f

#49e59f #9f49e5 #e59f49

Analogous Colors of #49e59f

#49e59f #49dde5 #49e551

Monochromatic Colors of #49e59f

#49e59f

Complementary Color

#49e59f #e5498f

#49e59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e59f Color CSS Codes

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

#49e59f Text Font Color

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

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


#49e59f Background Color

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

This div background color is #49e59f


#49e59f Border Color

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

This div border color is #49e59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e59f


Comments

No comments written yet.

Please login to write comment.