Color Hex Logo

#79d8aa Color Hex

#79D8AA
(121,216,170)
0 Favorites   0 Comments

Color spaces of #79d8aa

RGB 121216170
HSL0.420.550.66
HSV151°44°85°
CMYK 0.440.000.21   0.15
XYZ39.696756.079046.7623
Yxy56.07900.27850.3934
Hunter Lab74.8859-36.428315.3967
CIE-Lab79.6588-38.577314.0338

#79d8aa color RGB value is (121,216,170).

#79d8aa hex color red value is 121, green value is 216 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #79d8aa hue: 0.42 , saturation: 0.55 and the lightness value of 79d8aa is 0.66.

The process color (four color CMYK) of #79d8aa color hex is 0.44, 0.00, 0.21, 0.15. Web safe color of #79d8aa is #66cc99. Color #79d8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011000 10101010
Octal 171 330 252
Decimal 121 216 170
Hex 79 D8 AA

RGB Percentages of Color #79d8aa

%23.87
%42.60
%33.53

CMYK Percentages of Color #79d8aa

%44
%0
%21
%15

Triadic Colors of #79d8aa

#79d8aa #aa79d8 #d8aa79

Analogous Colors of #79d8aa

#79d8aa #79d7d8 #79d87b

Monochromatic Colors of #79d8aa

#79d8aa

Complementary Color

#79d8aa #d879a7

#79d8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79d8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79d8aa Color CSS Codes

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

#79d8aa Text Font Color

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

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


#79d8aa Background Color

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

This div background color is #79d8aa


#79d8aa Border Color

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

This div border color is #79d8aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,216,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79d8aa


Comments

No comments written yet.

Please login to write comment.