Color Hex Logo

#49ecdd Color Hex

#49ECDD
(73,236,221)
0 Favorites   0 Comments

Color spaces of #49ecdd

RGB 73236221
HSL0.480.810.61
HSV174°69°93°
CMYK 0.690.000.06   0.07
XYZ45.794366.627878.8535
Yxy66.62780.23940.3483
Hunter Lab81.6259-42.7019-0.1382
CIE-Lab85.3156-44.7280-4.9223

#49ecdd color RGB value is (73,236,221).

#49ecdd hex color red value is 73, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #49ecdd hue: 0.48 , saturation: 0.81 and the lightness value of 49ecdd is 0.61.

The process color (four color CMYK) of #49ecdd color hex is 0.69, 0.00, 0.06, 0.07. Web safe color of #49ecdd is #33ffcc. Color #49ecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101100 11011101
Octal 111 354 335
Decimal 73 236 221
Hex 49 EC DD

RGB Percentages of Color #49ecdd

%13.77
%44.53
%41.70

CMYK Percentages of Color #49ecdd

%69
%0
%6
%7

Triadic Colors of #49ecdd

#49ecdd #dd49ec #ecdd49

Analogous Colors of #49ecdd

#49ecdd #49aaec #49ec8c

Monochromatic Colors of #49ecdd

#49ecdd

Complementary Color

#49ecdd #ec4958

#49ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ecdd Color CSS Codes

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

#49ecdd Text Font Color

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

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


#49ecdd Background Color

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

This div background color is #49ecdd


#49ecdd Border Color

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

This div border color is #49ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ecdd


Comments

No comments written yet.

Please login to write comment.