Color Hex Logo

#49dbbd Color Hex

#49DBBD
(73,219,189)
0 Favorites   0 Comments

Color spaces of #49dbbd

RGB 73219189
HSL0.470.670.57
HSV168°67°86°
CMYK 0.670.000.14   0.14
XYZ37.264555.753656.9416
Yxy55.75360.24850.3718
Hunter Lab74.6683-41.58617.0537
CIE-Lab79.4734-45.57273.4755

#49dbbd color RGB value is (73,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011011 10111101
Octal 111 333 275
Decimal 73 219 189
Hex 49 DB BD

RGB Percentages of Color #49dbbd

%15.18
%45.53
%39.29

CMYK Percentages of Color #49dbbd

%67
%0
%14
%14

Triadic Colors of #49dbbd

#49dbbd #bd49db #dbbd49

Analogous Colors of #49dbbd

#49dbbd #49b0db #49db74

Monochromatic Colors of #49dbbd

#49dbbd

Complementary Color

#49dbbd #db4967

#49dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dbbd Color CSS Codes

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

#49dbbd Text Font Color

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

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


#49dbbd Background Color

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

This div background color is #49dbbd


#49dbbd Border Color

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

This div border color is #49dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dbbd


Comments

No comments written yet.

Please login to write comment.