Color Hex Logo

#49dbab Color Hex

#49DBAB
(73,219,171)
0 Favorites   0 Comments

Color spaces of #49dbab

RGB 73219171
HSL0.450.670.57
HSV160°67°86°
CMYK 0.670.000.22   0.14
XYZ35.429955.019847.2806
Yxy55.01980.25720.3995
Hunter Lab74.1753-44.546214.1303
CIE-Lab79.0527-49.866112.4333

#49dbab color RGB value is (73,219,171).

#49dbab hex color red value is 73, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #49dbab hue: 0.45 , saturation: 0.67 and the lightness value of 49dbab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011011 10101011
Octal 111 333 253
Decimal 73 219 171
Hex 49 DB AB

RGB Percentages of Color #49dbab

%15.77
%47.30
%36.93

CMYK Percentages of Color #49dbab

%67
%0
%22
%14

Triadic Colors of #49dbab

#49dbab #ab49db #dbab49

Analogous Colors of #49dbab

#49dbab #49c2db #49db62

Monochromatic Colors of #49dbab

#49dbab

Complementary Color

#49dbab #db4979

#49dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dbab Color CSS Codes

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

#49dbab Text Font Color

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

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


#49dbab Background Color

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

This div background color is #49dbab


#49dbab Border Color

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

This div border color is #49dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dbab


Comments

No comments written yet.

Please login to write comment.