Color Hex Logo

#79daaa Color Hex

#79DAAA
(121,218,170)
0 Favorites   0 Comments

Color spaces of #79daaa

RGB 121218170
HSL0.420.570.66
HSV150°44°85°
CMYK 0.440.000.22   0.15
XYZ40.212357.110046.9341
Yxy57.11000.27880.3959
Hunter Lab75.5712-37.267616.0773
CIE-Lab80.2414-39.477614.8538

#79daaa color RGB value is (121,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011010 10101010
Octal 171 332 252
Decimal 121 218 170
Hex 79 DA AA

RGB Percentages of Color #79daaa

%23.77
%42.83
%33.40

CMYK Percentages of Color #79daaa

%44
%0
%22
%15

Triadic Colors of #79daaa

#79daaa #aa79da #daaa79

Analogous Colors of #79daaa

#79daaa #79dada #79da7a

Monochromatic Colors of #79daaa

#79daaa

Complementary Color

#79daaa #da79a9

#79daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79daaa Color CSS Codes

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

#79daaa Text Font Color

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

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


#79daaa Background Color

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

This div background color is #79daaa


#79daaa Border Color

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

This div border color is #79daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79daaa


Comments

No comments written yet.

Please login to write comment.