Color Hex Logo

#49e497 Color Hex

#49E497
(73,228,151)
0 Favorites   0 Comments

Color spaces of #49e497

RGB 73228151
HSL0.420.740.59
HSV150°68°89°
CMYK 0.680.000.34   0.11
XYZ36.077059.137638.7914
Yxy59.13760.26920.4413
Hunter Lab76.9010-50.836023.9228
CIE-Lab81.3672-57.664926.0922

#49e497 color RGB value is (73,228,151).

#49e497 hex color red value is 73, green value is 228 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #49e497 hue: 0.42 , saturation: 0.74 and the lightness value of 49e497 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100100 10010111
Octal 111 344 227
Decimal 73 228 151
Hex 49 E4 97

RGB Percentages of Color #49e497

%16.15
%50.44
%33.41

CMYK Percentages of Color #49e497

%68
%0
%34
%11

Triadic Colors of #49e497

#49e497 #9749e4 #e49749

Analogous Colors of #49e497

#49e497 #49e4e4 #49e44a

Monochromatic Colors of #49e497

#49e497

Complementary Color

#49e497 #e44996

#49e497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e497 Color CSS Codes

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

#49e497 Text Font Color

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

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


#49e497 Background Color

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

This div background color is #49e497


#49e497 Border Color

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

This div border color is #49e497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e497


Comments

No comments written yet.

Please login to write comment.