Color Hex Logo

#49d98b Color Hex

#49D98B
(73,217,139)
0 Favorites   0 Comments

Color spaces of #49d98b

RGB 73217139
HSL0.410.650.57
HSV148°66°85°
CMYK 0.660.000.36   0.15
XYZ32.220752.906332.9398
Yxy52.90630.27290.4481
Hunter Lab72.7367-48.217824.0654
CIE-Lab77.8196-55.761727.4969

#49d98b color RGB value is (73,217,139).

#49d98b hex color red value is 73, green value is 217 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #49d98b hue: 0.41 , saturation: 0.65 and the lightness value of 49d98b is 0.57.

The process color (four color CMYK) of #49d98b color hex is 0.66, 0.00, 0.36, 0.15. Web safe color of #49d98b is #33cc99. Color #49d98b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011001 10001011
Octal 111 331 213
Decimal 73 217 139
Hex 49 D9 8B

RGB Percentages of Color #49d98b

%17.02
%50.58
%32.40

CMYK Percentages of Color #49d98b

%66
%0
%36
%15

Triadic Colors of #49d98b

#49d98b #8b49d9 #d98b49

Analogous Colors of #49d98b

#49d98b #49d9d3 #4fd949

Monochromatic Colors of #49d98b

#49d98b

Complementary Color

#49d98b #d94997

#49d98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d98b Color CSS Codes

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

#49d98b Text Font Color

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

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


#49d98b Background Color

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

This div background color is #49d98b


#49d98b Border Color

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

This div border color is #49d98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d98b


Comments

No comments written yet.

Please login to write comment.