Color Hex Logo

#49ccaa Color Hex

#49CCAA
(73,204,170)
0 Favorites   0 Comments

Color spaces of #49ccaa

RGB 73204170
HSL0.460.560.54
HSV164°64°80°
CMYK 0.640.000.17   0.20
XYZ31.596247.504545.5342
Yxy47.50450.25350.3811
Hunter Lab68.9235-38.78749.0766
CIE-Lab74.5113-43.76886.4916

#49ccaa color RGB value is (73,204,170).

#49ccaa hex color red value is 73, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #49ccaa hue: 0.46 , saturation: 0.56 and the lightness value of 49ccaa is 0.54.

The process color (four color CMYK) of #49ccaa color hex is 0.64, 0.00, 0.17, 0.20. Web safe color of #49ccaa is #33cc99. Color #49ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 10101010
Octal 111 314 252
Decimal 73 204 170
Hex 49 CC AA

RGB Percentages of Color #49ccaa

%16.33
%45.64
%38.03

CMYK Percentages of Color #49ccaa

%64
%0
%17
%20

Triadic Colors of #49ccaa

#49ccaa #aa49cc #ccaa49

Analogous Colors of #49ccaa

#49ccaa #49adcc #49cc69

Monochromatic Colors of #49ccaa

#49ccaa

Complementary Color

#49ccaa #cc496b

#49ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccaa Color CSS Codes

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

#49ccaa Text Font Color

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

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


#49ccaa Background Color

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

This div background color is #49ccaa


#49ccaa Border Color

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

This div border color is #49ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccaa


Comments

No comments written yet.

Please login to write comment.