Color Hex Logo

#49feda Color Hex

#49FEDA
(73,254,218)
0 Favorites   0 Comments

Color spaces of #49feda

RGB 73254218
HSL0.470.990.64
HSV168°71°100°
CMYK 0.710.000.14   0.00
XYZ50.844477.362078.5823
Yxy77.36200.24590.3741
Hunter Lab87.9557-50.73728.5975
CIE-Lab90.4880-53.11314.2017

#49feda color RGB value is (73,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 11011010
Octal 111 376 332
Decimal 73 254 218
Hex 49 FE DA

RGB Percentages of Color #49feda

%13.39
%46.61
%40.00

CMYK Percentages of Color #49feda

%71
%0
%14
%0

Triadic Colors of #49feda

#49feda #da49fe #feda49

Analogous Colors of #49feda

#49feda #49c8fe #49fe80

Monochromatic Colors of #49feda

#49feda

Complementary Color

#49feda #fe496d

#49feda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49feda Color Preview on White Background

Lorem ipsum dolor sit amet.

#49feda Color CSS Codes

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

#49feda Text Font Color

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

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


#49feda Background Color

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

This div background color is #49feda


#49feda Border Color

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

This div border color is #49feda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49feda


Comments

No comments written yet.

Please login to write comment.