Color Hex Logo

#49feae Color Hex

#49FEAE
(73,254,174)
0 Favorites   0 Comments

Color spaces of #49feae

RGB 73254174
HSL0.430.990.64
HSV153°71°100°
CMYK 0.710.000.31   0.00
XYZ45.829475.356152.1741
Yxy75.35610.26440.4347
Hunter Lab86.8079-57.676425.1305
CIE-Lab89.5595-62.920525.4942

#49feae color RGB value is (73,254,174).

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

The process color (four color CMYK) of #49feae color hex is 0.71, 0.00, 0.31, 0.00. Web safe color of #49feae is #33ff99. Color #49feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 10101110
Octal 111 376 256
Decimal 73 254 174
Hex 49 FE AE

RGB Percentages of Color #49feae

%14.57
%50.70
%34.73

CMYK Percentages of Color #49feae

%71
%0
%31
%0

Triadic Colors of #49feae

#49feae #ae49fe #feae49

Analogous Colors of #49feae

#49feae #49f4fe #49fe54

Monochromatic Colors of #49feae

#49feae

Complementary Color

#49feae #fe4999

#49feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#49feae Color CSS Codes

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

#49feae Text Font Color

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

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


#49feae Background Color

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

This div background color is #49feae


#49feae Border Color

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

This div border color is #49feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49feae


Comments

No comments written yet.

Please login to write comment.