Color Hex Logo

#4fffae Color Hex

#4FFFAE
(79,255,174)
0 Favorites   0 Comments

Color spaces of #4fffae

RGB 79255174
HSL0.421.000.65
HSV152°69°100°
CMYK 0.690.000.32   0.00
XYZ46.624476.238352.3025
Yxy76.23830.26620.4352
Hunter Lab87.3145-57.484725.6047
CIE-Lab89.9699-62.435026.0734

#4fffae color RGB value is (79,255,174).

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

The process color (four color CMYK) of #4fffae color hex is 0.69, 0.00, 0.32, 0.00. Web safe color of #4fffae is #66ff99. Color #4fffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111111 10101110
Octal 117 377 256
Decimal 79 255 174
Hex 4F FF AE

RGB Percentages of Color #4fffae

%15.55
%50.20
%34.25

CMYK Percentages of Color #4fffae

%69
%0
%32
%0

Triadic Colors of #4fffae

#4fffae #ae4fff #ffae4f

Analogous Colors of #4fffae

#4fffae #4ff8ff #4fff56

Monochromatic Colors of #4fffae

#4fffae

Complementary Color

#4fffae #ff4fa0

#4fffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fffae Color CSS Codes

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

#4fffae Text Font Color

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

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


#4fffae Background Color

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

This div background color is #4fffae


#4fffae Border Color

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

This div border color is #4fffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fffae

Related Colors


Comments

No comments written yet.

Please login to write comment.