Color Hex Logo

#49dfda Color Hex

#49DFDA
(73,223,218)
0 Favorites   0 Comments

Color spaces of #49dfda

RGB 73223218
HSL0.490.700.58
HSV178°67°87°
CMYK 0.670.000.02   0.13
XYZ41.790259.253875.5642
Yxy59.25380.23660.3355
Hunter Lab76.9765-37.8020-4.3187
CIE-Lab81.4309-39.7580-9.0872

#49dfda color RGB value is (73,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 11011010
Octal 111 337 332
Decimal 73 223 218
Hex 49 DF DA

RGB Percentages of Color #49dfda

%14.20
%43.39
%42.41

CMYK Percentages of Color #49dfda

%67
%0
%2
%13

Triadic Colors of #49dfda

#49dfda #da49df #dfda49

Analogous Colors of #49dfda

#49dfda #4999df #49df8f

Monochromatic Colors of #49dfda

#49dfda

Complementary Color

#49dfda #df494e

#49dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfda Color CSS Codes

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

#49dfda Text Font Color

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

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


#49dfda Background Color

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

This div background color is #49dfda


#49dfda Border Color

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

This div border color is #49dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfda


Comments

No comments written yet.

Please login to write comment.