Color Hex Logo

#49ddad Color Hex

#49DDAD
(73,221,173)
0 Favorites   0 Comments

Color spaces of #49ddad

RGB 73221173
HSL0.450.690.58
HSV161°67°87°
CMYK 0.670.000.22   0.13
XYZ36.146956.146548.4674
Yxy56.14650.25680.3989
Hunter Lab74.9310-45.020314.1013
CIE-Lab79.6971-50.232712.2877

#49ddad color RGB value is (73,221,173).

#49ddad hex color red value is 73, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #49ddad hue: 0.45 , saturation: 0.69 and the lightness value of 49ddad is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 10101101
Octal 111 335 255
Decimal 73 221 173
Hex 49 DD AD

RGB Percentages of Color #49ddad

%15.63
%47.32
%37.04

CMYK Percentages of Color #49ddad

%67
%0
%22
%13

Triadic Colors of #49ddad

#49ddad #ad49dd #ddad49

Analogous Colors of #49ddad

#49ddad #49c3dd #49dd63

Monochromatic Colors of #49ddad

#49ddad

Complementary Color

#49ddad #dd4979

#49ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ddad Color CSS Codes

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

#49ddad Text Font Color

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

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


#49ddad Background Color

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

This div background color is #49ddad


#49ddad Border Color

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

This div border color is #49ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ddad


Comments

No comments written yet.

Please login to write comment.