Color Hex Logo

#49dedb Color Hex

#49DEDB
(73,222,219)
0 Favorites   0 Comments

Color spaces of #49dedb

RGB 73222219
HSL0.500.690.58
HSV179°67°87°
CMYK 0.670.000.01   0.13
XYZ41.655158.773576.1668
Yxy58.77350.23590.3328
Hunter Lab76.6639-37.1743-5.2409
CIE-Lab81.1669-39.0303-10.0118

#49dedb color RGB value is (73,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011110 11011011
Octal 111 336 333
Decimal 73 222 219
Hex 49 DE DB

RGB Percentages of Color #49dedb

%14.20
%43.19
%42.61

CMYK Percentages of Color #49dedb

%67
%0
%1
%13

Triadic Colors of #49dedb

#49dedb #db49de #dedb49

Analogous Colors of #49dedb

#49dedb #4997de #49de91

Monochromatic Colors of #49dedb

#49dedb

Complementary Color

#49dedb #de494c

#49dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dedb Color CSS Codes

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

#49dedb Text Font Color

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

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


#49dedb Background Color

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

This div background color is #49dedb


#49dedb Border Color

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

This div border color is #49dedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,222,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 #49dedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dedb


Comments

No comments written yet.

Please login to write comment.