Color Hex Logo

#49dbbe Color Hex

#49DBBE
(73,219,190)
0 Favorites   0 Comments

Color spaces of #49dbbe

RGB 73219190
HSL0.470.670.57
HSV168°67°86°
CMYK 0.670.000.13   0.14
XYZ37.373455.797257.5154
Yxy55.79720.24800.3703
Hunter Lab74.6975-41.41186.6363
CIE-Lab79.4983-45.32382.9790

#49dbbe color RGB value is (73,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011011 10111110
Octal 111 333 276
Decimal 73 219 190
Hex 49 DB BE

RGB Percentages of Color #49dbbe

%15.15
%45.44
%39.42

CMYK Percentages of Color #49dbbe

%67
%0
%13
%14

Triadic Colors of #49dbbe

#49dbbe #be49db #dbbe49

Analogous Colors of #49dbbe

#49dbbe #49afdb #49db75

Monochromatic Colors of #49dbbe

#49dbbe

Complementary Color

#49dbbe #db4966

#49dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dbbe Color CSS Codes

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

#49dbbe Text Font Color

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

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


#49dbbe Background Color

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

This div background color is #49dbbe


#49dbbe Border Color

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

This div border color is #49dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dbbe


Comments

No comments written yet.

Please login to write comment.