Color Hex Logo

#4fffaf Color Hex

#4FFFAF
(79,255,175)
0 Favorites   0 Comments

Color spaces of #4fffaf

RGB 79255175
HSL0.421.000.65
HSV153°69°100°
CMYK 0.690.000.31   0.00
XYZ46.722376.277452.8179
Yxy76.27740.26570.4338
Hunter Lab87.3369-57.348225.2796
CIE-Lab89.9880-62.237325.5918

#4fffaf color RGB value is (79,255,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111111 10101111
Octal 117 377 257
Decimal 79 255 175
Hex 4F FF AF

RGB Percentages of Color #4fffaf

%15.52
%50.10
%34.38

CMYK Percentages of Color #4fffaf

%69
%0
%31
%0

Triadic Colors of #4fffaf

#4fffaf #af4fff #ffaf4f

Analogous Colors of #4fffaf

#4fffaf #4ff7ff #4fff57

Monochromatic Colors of #4fffaf

#4fffaf

Complementary Color

#4fffaf #ff4f9f

#4fffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fffaf Color CSS Codes

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

#4fffaf Text Font Color

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

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


#4fffaf Background Color

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

This div background color is #4fffaf


#4fffaf Border Color

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

This div border color is #4fffaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,255,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fffaf


Comments

No comments written yet.

Please login to write comment.