Color Hex Logo

#49dcdd Color Hex

#49DCDD
(73,220,221)
0 Favorites   0 Comments

Color spaces of #49dcdd

RGB 73220221
HSL0.500.690.58
HSV180°67°87°
CMYK 0.670.000.00   0.13
XYZ41.392057.823377.3860
Yxy57.82330.23440.3274
Hunter Lab76.0416-35.9093-7.1091
CIE-Lab80.6405-37.5623-11.8618

#49dcdd color RGB value is (73,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011100 11011101
Octal 111 334 335
Decimal 73 220 221
Hex 49 DC DD

RGB Percentages of Color #49dcdd

%14.20
%42.80
%43.00

CMYK Percentages of Color #49dcdd

%67
%0
%0
%13

Triadic Colors of #49dcdd

#49dcdd #dd49dc #dcdd49

Analogous Colors of #49dcdd

#49dcdd #4992dd #49dd94

Monochromatic Colors of #49dcdd

#49dcdd

Complementary Color

#49dcdd #dd4a49

#49dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dcdd Color CSS Codes

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

#49dcdd Text Font Color

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

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


#49dcdd Background Color

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

This div background color is #49dcdd


#49dcdd Border Color

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

This div border color is #49dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dcdd


Comments

No comments written yet.

Please login to write comment.