Color Hex Logo

#49dd9e Color Hex

#49DD9E
(73,221,158)
0 Favorites   0 Comments

Color spaces of #49dd9e

RGB 73221158
HSL0.430.690.58
HSV154°67°87°
CMYK 0.670.000.29   0.13
XYZ34.775755.598041.2464
Yxy55.59800.26420.4224
Hunter Lab74.5641-47.237119.3976
CIE-Lab79.3845-53.524919.7437

#49dd9e color RGB value is (73,221,158).

#49dd9e hex color red value is 73, green value is 221 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #49dd9e hue: 0.43 , saturation: 0.69 and the lightness value of 49dd9e is 0.58.

The process color (four color CMYK) of #49dd9e color hex is 0.67, 0.00, 0.29, 0.13. Web safe color of #49dd9e is #33cc99. Color #49dd9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 10011110
Octal 111 335 236
Decimal 73 221 158
Hex 49 DD 9E

RGB Percentages of Color #49dd9e

%16.15
%48.89
%34.96

CMYK Percentages of Color #49dd9e

%67
%0
%29
%13

Triadic Colors of #49dd9e

#49dd9e #9e49dd #dd9e49

Analogous Colors of #49dd9e

#49dd9e #49d2dd #49dd54

Monochromatic Colors of #49dd9e

#49dd9e

Complementary Color

#49dd9e #dd4988

#49dd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dd9e Color CSS Codes

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

#49dd9e Text Font Color

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

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


#49dd9e Background Color

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

This div background color is #49dd9e


#49dd9e Border Color

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

This div border color is #49dd9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,221,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 #49dd9e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dd9e


Comments

No comments written yet.

Please login to write comment.