Color Hex Logo

#49dfdb Color Hex

#49DFDB
(73,223,219)
0 Favorites   0 Comments

Color spaces of #49dfdb

RGB 73223219
HSL0.500.700.58
HSV178°67°87°
CMYK 0.670.000.02   0.13
XYZ41.921559.306376.2556
Yxy59.30630.23620.3342
Hunter Lab77.0106-37.6002-4.8013
CIE-Lab81.4597-39.4842-9.5760

#49dfdb color RGB value is (73,223,219).

#49dfdb hex color red value is 73, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #49dfdb hue: 0.50 , saturation: 0.70 and the lightness value of 49dfdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 11011011
Octal 111 337 333
Decimal 73 223 219
Hex 49 DF DB

RGB Percentages of Color #49dfdb

%14.17
%43.30
%42.52

CMYK Percentages of Color #49dfdb

%67
%0
%2
%13

Triadic Colors of #49dfdb

#49dfdb #db49df #dfdb49

Analogous Colors of #49dfdb

#49dfdb #4998df #49df90

Monochromatic Colors of #49dfdb

#49dfdb

Complementary Color

#49dfdb #df494d

#49dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfdb Color CSS Codes

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

#49dfdb Text Font Color

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

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


#49dfdb Background Color

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

This div background color is #49dfdb


#49dfdb Border Color

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

This div border color is #49dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfdb


Comments

No comments written yet.

Please login to write comment.