Color Hex Logo

#49ba7d Color Hex

#49BA7D
(73,186,125)
0 Favorites   0 Comments

Color spaces of #49ba7d

RGB 73186125
HSL0.410.450.51
HSV148°61°73°
CMYK 0.610.000.33   0.27
XYZ24.008238.014925.4743
Yxy38.01490.27440.4345
Hunter Lab61.6562-38.392618.6627
CIE-Lab68.0316-46.139721.6442

#49ba7d color RGB value is (73,186,125).

#49ba7d hex color red value is 73, green value is 186 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #49ba7d hue: 0.41 , saturation: 0.45 and the lightness value of 49ba7d is 0.51.

The process color (four color CMYK) of #49ba7d color hex is 0.61, 0.00, 0.33, 0.27. Web safe color of #49ba7d is #33cc66. Color #49ba7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 01111101
Octal 111 272 175
Decimal 73 186 125
Hex 49 BA 7D

RGB Percentages of Color #49ba7d

%19.01
%48.44
%32.55

CMYK Percentages of Color #49ba7d

%61
%0
%33
%27

Triadic Colors of #49ba7d

#49ba7d #7d49ba #ba7d49

Analogous Colors of #49ba7d

#49ba7d #49bab6 #4dba49

Monochromatic Colors of #49ba7d

#49ba7d

Complementary Color

#49ba7d #ba4986

#49ba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ba7d Color CSS Codes

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

#49ba7d Text Font Color

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

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


#49ba7d Background Color

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

This div background color is #49ba7d


#49ba7d Border Color

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

This div border color is #49ba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ba7d


Comments

No comments written yet.

Please login to write comment.