Color Hex Logo

#49adaa Color Hex

#49ADAA
(73,173,170)
0 Favorites   0 Comments

Color spaces of #49adaa

RGB 73173170
HSL0.500.410.48
HSV178°58°68°
CMYK 0.580.000.02   0.32
XYZ24.946934.205943.3178
Yxy34.20590.24350.3338
Hunter Lab58.4858-26.2117-2.9734
CIE-Lab65.1257-29.5474-7.2234

#49adaa color RGB value is (73,173,170).

#49adaa hex color red value is 73, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #49adaa hue: 0.50 , saturation: 0.41 and the lightness value of 49adaa is 0.48.

The process color (four color CMYK) of #49adaa color hex is 0.58, 0.00, 0.02, 0.32. Web safe color of #49adaa is #339999. Color #49adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 10101010
Octal 111 255 252
Decimal 73 173 170
Hex 49 AD AA

RGB Percentages of Color #49adaa

%17.55
%41.59
%40.87

CMYK Percentages of Color #49adaa

%58
%0
%2
%32

Triadic Colors of #49adaa

#49adaa #aa49ad #adaa49

Analogous Colors of #49adaa

#49adaa #497ead #49ad78

Monochromatic Colors of #49adaa

#49adaa

Complementary Color

#49adaa #ad494c

#49adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adaa Color CSS Codes

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

#49adaa Text Font Color

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

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


#49adaa Background Color

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

This div background color is #49adaa


#49adaa Border Color

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

This div border color is #49adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adaa


Comments

No comments written yet.

Please login to write comment.