Color Hex Logo

#79adaa Color Hex

#79ADAA
(121,173,170)
0 Favorites   0 Comments

Color spaces of #79adaa

RGB 121173170
HSL0.490.240.58
HSV177°30°68°
CMYK 0.300.000.02   0.32
XYZ30.084436.854443.5582
Yxy36.85440.27230.3335
Hunter Lab60.7078-17.7811-0.0454
CIE-Lab67.1677-17.7299-3.9744

#79adaa color RGB value is (121,173,170).

#79adaa hex color red value is 121, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #79adaa hue: 0.49 , saturation: 0.24 and the lightness value of 79adaa is 0.58.

The process color (four color CMYK) of #79adaa color hex is 0.30, 0.00, 0.02, 0.32. Web safe color of #79adaa is #669999. Color #79adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101101 10101010
Octal 171 255 252
Decimal 121 173 170
Hex 79 AD AA

RGB Percentages of Color #79adaa

%26.08
%37.28
%36.64

CMYK Percentages of Color #79adaa

%30
%0
%2
%32

Triadic Colors of #79adaa

#79adaa #aa79ad #adaa79

Analogous Colors of #79adaa

#79adaa #7996ad #79ad90

Monochromatic Colors of #79adaa

#79adaa

Complementary Color

#79adaa #ad797c

#79adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79adaa Color CSS Codes

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

#79adaa Text Font Color

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

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


#79adaa Background Color

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

This div background color is #79adaa


#79adaa Border Color

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

This div border color is #79adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79adaa


Comments

No comments written yet.

Please login to write comment.