Color Hex Logo

#79ffaf Color Hex

#79FFAF
(121,255,175)
0 Favorites   0 Comments

Color spaces of #79ffaf

RGB 121255175
HSL0.401.000.74
HSV144°53°100°
CMYK 0.530.000.31   0.00
XYZ51.383078.680153.0361
Yxy78.68010.28060.4297
Hunter Lab88.7018-51.827026.6409
CIE-Lab91.0894-54.277127.2746

#79ffaf color RGB value is (121,255,175).

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

The process color (four color CMYK) of #79ffaf color hex is 0.53, 0.00, 0.31, 0.00. Web safe color of #79ffaf is #66ff99. Color #79ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11111111 10101111
Octal 171 377 257
Decimal 121 255 175
Hex 79 FF AF

RGB Percentages of Color #79ffaf

%21.96
%46.28
%31.76

CMYK Percentages of Color #79ffaf

%53
%0
%31
%0

Triadic Colors of #79ffaf

#79ffaf #af79ff #ffaf79

Analogous Colors of #79ffaf

#79ffaf #79fff2 #86ff79

Monochromatic Colors of #79ffaf

#79ffaf

Complementary Color

#79ffaf #ff79c9

#79ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ffaf Color CSS Codes

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

#79ffaf Text Font Color

<p style="color:#79ffaf">Text here</p>

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


#79ffaf Background Color

<div style="background-color:#79ffaf">
Div content here</div>

This div background color is #79ffaf


#79ffaf Border Color

<div style="border:3px solid #79ffaf">
Div here</div>

This div border color is #79ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ffaf


Comments

No comments written yet.

Please login to write comment.