Color Hex Logo

#49faae Color Hex

#49FAAE
(73,250,174)
0 Favorites   0 Comments

Color spaces of #49faae

RGB 73250174
HSL0.430.950.63
HSV154°71°98°
CMYK 0.710.000.30   0.02
XYZ44.573272.843751.7554
Yxy72.84370.26350.4306
Hunter Lab85.3485-56.138423.7905
CIE-Lab88.3731-61.422223.8684

#49faae color RGB value is (73,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 10101110
Octal 111 372 256
Decimal 73 250 174
Hex 49 FA AE

RGB Percentages of Color #49faae

%14.69
%50.30
%35.01

CMYK Percentages of Color #49faae

%71
%0
%30
%2

Triadic Colors of #49faae

#49faae #ae49fa #faae49

Analogous Colors of #49faae

#49faae #49eefa #49fa56

Monochromatic Colors of #49faae

#49faae

Complementary Color

#49faae #fa4995

#49faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#49faae Color CSS Codes

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

#49faae Text Font Color

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

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


#49faae Background Color

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

This div background color is #49faae


#49faae Border Color

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

This div border color is #49faae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49faae

Related Colors


Comments

No comments written yet.

Please login to write comment.