Color Hex Logo

#49dbce Color Hex

#49DBCE
(73,219,206)
0 Favorites   0 Comments

Color spaces of #49dbce

RGB 73219206
HSL0.490.670.57
HSV175°67°86°
CMYK 0.670.000.06   0.14
XYZ39.219856.535767.2379
Yxy56.53570.24060.3469
Hunter Lab75.1902-38.4759-0.3862
CIE-Lab79.9177-41.1963-4.9377

#49dbce color RGB value is (73,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011011 11001110
Octal 111 333 316
Decimal 73 219 206
Hex 49 DB CE

RGB Percentages of Color #49dbce

%14.66
%43.98
%41.37

CMYK Percentages of Color #49dbce

%67
%0
%6
%14

Triadic Colors of #49dbce

#49dbce #ce49db #dbce49

Analogous Colors of #49dbce

#49dbce #499fdb #49db85

Monochromatic Colors of #49dbce

#49dbce

Complementary Color

#49dbce #db4956

#49dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dbce Color CSS Codes

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

#49dbce Text Font Color

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

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


#49dbce Background Color

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

This div background color is #49dbce


#49dbce Border Color

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

This div border color is #49dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dbce


Comments

No comments written yet.

Please login to write comment.