Color Hex Logo

#49dadd Color Hex

#49DADD
(73,218,221)
0 Favorites   0 Comments

Color spaces of #49dadd

RGB 73218221
HSL0.500.690.58
HSV181°67°87°
CMYK 0.670.010.00   0.13
XYZ40.870256.779777.2121
Yxy56.77970.23370.3247
Hunter Lab75.3523-35.0502-8.0067
CIE-Lab80.0555-36.6404-12.7365

#49dadd color RGB value is (73,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 11011101
Octal 111 332 335
Decimal 73 218 221
Hex 49 DA DD

RGB Percentages of Color #49dadd

%14.26
%42.58
%43.16

CMYK Percentages of Color #49dadd

%67
%1
%0
%13

Triadic Colors of #49dadd

#49dadd #dd49da #dadd49

Analogous Colors of #49dadd

#49dadd #4990dd #49dd96

Monochromatic Colors of #49dadd

#49dadd

Complementary Color

#49dadd #dd4c49

#49dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dadd Color CSS Codes

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

#49dadd Text Font Color

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

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


#49dadd Background Color

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

This div background color is #49dadd


#49dadd Border Color

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

This div border color is #49dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dadd


Comments

No comments written yet.

Please login to write comment.