Color Hex Logo

#49bfaa Color Hex

#49BFAA
(73,191,170)
0 Favorites   0 Comments

Color spaces of #49bfaa

RGB 73191170
HSL0.470.480.52
HSV169°62°75°
CMYK 0.620.000.11   0.25
XYZ28.634241.580444.5468
Yxy41.58040.24950.3623
Hunter Lab64.4829-33.58054.1786
CIE-Lab70.5807-38.00670.8035

#49bfaa color RGB value is (73,191,170).

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

The process color (four color CMYK) of #49bfaa color hex is 0.62, 0.00, 0.11, 0.25. Web safe color of #49bfaa is #33cc99. Color #49bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111111 10101010
Octal 111 277 252
Decimal 73 191 170
Hex 49 BF AA

RGB Percentages of Color #49bfaa

%16.82
%44.01
%39.17

CMYK Percentages of Color #49bfaa

%62
%0
%11
%25

Triadic Colors of #49bfaa

#49bfaa #aa49bf #bfaa49

Analogous Colors of #49bfaa

#49bfaa #4999bf #49bf6f

Monochromatic Colors of #49bfaa

#49bfaa

Complementary Color

#49bfaa #bf495e

#49bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bfaa Color CSS Codes

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

#49bfaa Text Font Color

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

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


#49bfaa Background Color

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

This div background color is #49bfaa


#49bfaa Border Color

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

This div border color is #49bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bfaa


Comments

No comments written yet.

Please login to write comment.