Color Hex Logo

#49ffde Color Hex

#49FFDE
(73,255,222)
0 Favorites   0 Comments

Color spaces of #49ffde

RGB 73255222
HSL0.471.000.64
HSV169°71°100°
CMYK 0.710.000.13   0.00
XYZ51.692578.210481.4789
Yxy78.21040.24450.3700
Hunter Lab88.4366-50.42837.2803
CIE-Lab90.8758-52.54062.6927

#49ffde color RGB value is (73,255,222).

#49ffde hex color red value is 73, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #49ffde hue: 0.47 , saturation: 1.00 and the lightness value of 49ffde is 0.64.

The process color (four color CMYK) of #49ffde color hex is 0.71, 0.00, 0.13, 0.00. Web safe color of #49ffde is #33ffcc. Color #49ffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 11011110
Octal 111 377 336
Decimal 73 255 222
Hex 49 FF DE

RGB Percentages of Color #49ffde

%13.27
%46.36
%40.36

CMYK Percentages of Color #49ffde

%71
%0
%13
%0

Triadic Colors of #49ffde

#49ffde #de49ff #ffde49

Analogous Colors of #49ffde

#49ffde #49c5ff #49ff83

Monochromatic Colors of #49ffde

#49ffde

Complementary Color

#49ffde #ff496a

#49ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ffde Color CSS Codes

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

#49ffde Text Font Color

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

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


#49ffde Background Color

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

This div background color is #49ffde


#49ffde Border Color

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

This div border color is #49ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ffde


Comments

No comments written yet.

Please login to write comment.