Color Hex Logo

#4ffaae Color Hex

#4FFAAE
(79,250,174)
0 Favorites   0 Comments

Color spaces of #4ffaae

RGB 79250174
HSL0.430.940.65
HSV153°68°98°
CMYK 0.680.000.30   0.02
XYZ45.050073.089551.7777
Yxy73.08950.26510.4301
Hunter Lab85.4924-55.551623.9362
CIE-Lab88.4904-60.547424.0482

#4ffaae color RGB value is (79,250,174).

#4ffaae hex color red value is 79, green value is 250 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4ffaae hue: 0.43 , saturation: 0.94 and the lightness value of 4ffaae is 0.65.

The process color (four color CMYK) of #4ffaae color hex is 0.68, 0.00, 0.30, 0.02. Web safe color of #4ffaae is #66ff99. Color #4ffaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 10101110
Octal 117 372 256
Decimal 79 250 174
Hex 4F FA AE

RGB Percentages of Color #4ffaae

%15.71
%49.70
%34.59

CMYK Percentages of Color #4ffaae

%68
%0
%30
%2

Triadic Colors of #4ffaae

#4ffaae #ae4ffa #faae4f

Analogous Colors of #4ffaae

#4ffaae #4ff1fa #4ffa59

Monochromatic Colors of #4ffaae

#4ffaae

Complementary Color

#4ffaae #fa4f9b

#4ffaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffaae Color CSS Codes

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

#4ffaae Text Font Color

<p style="color:#4ffaae">Text here</p>

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


#4ffaae Background Color

<div style="background-color:#4ffaae">
Div content here</div>

This div background color is #4ffaae


#4ffaae Border Color

<div style="border:3px solid #4ffaae">
Div here</div>

This div border color is #4ffaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffaae


Comments

No comments written yet.

Please login to write comment.