Color Hex Logo

#49fdaa Color Hex

#49FDAA
(73,253,170)
0 Favorites   0 Comments

Color spaces of #49fdaa

RGB 73253170
HSL0.420.980.64
HSV152°71°99°
CMYK 0.710.000.33   0.01
XYZ45.128674.569350.0450
Yxy74.56930.26590.4393
Hunter Lab86.3535-57.834026.0868
CIE-Lab89.1909-63.340127.0170

#49fdaa color RGB value is (73,253,170).

#49fdaa hex color red value is 73, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #49fdaa hue: 0.42 , saturation: 0.98 and the lightness value of 49fdaa is 0.64.

The process color (four color CMYK) of #49fdaa color hex is 0.71, 0.00, 0.33, 0.01. Web safe color of #49fdaa is #33ff99. Color #49fdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111101 10101010
Octal 111 375 252
Decimal 73 253 170
Hex 49 FD AA

RGB Percentages of Color #49fdaa

%14.72
%51.01
%34.27

CMYK Percentages of Color #49fdaa

%71
%0
%33
%1

Triadic Colors of #49fdaa

#49fdaa #aa49fd #fdaa49

Analogous Colors of #49fdaa

#49fdaa #49f6fd #49fd50

Monochromatic Colors of #49fdaa

#49fdaa

Complementary Color

#49fdaa #fd499c

#49fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fdaa Color CSS Codes

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

#49fdaa Text Font Color

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

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


#49fdaa Background Color

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

This div background color is #49fdaa


#49fdaa Border Color

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

This div border color is #49fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.