Color Hex Logo

#79aaaf Color Hex

#79AAAF
(121,170,175)
0 Favorites   0 Comments

Color spaces of #79aaaf

RGB 121170175
HSL0.520.250.58
HSV186°31°69°
CMYK 0.310.030.00   0.31
XYZ29.997735.909545.9076
Yxy35.90950.26830.3212
Hunter Lab59.9245-15.5124-3.4743
CIE-Lab66.4507-14.9673-7.8137

#79aaaf color RGB value is (121,170,175).

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

The process color (four color CMYK) of #79aaaf color hex is 0.31, 0.03, 0.00, 0.31. Web safe color of #79aaaf is #669999. Color #79aaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 10101111
Octal 171 252 257
Decimal 121 170 175
Hex 79 AA AF

RGB Percentages of Color #79aaaf

%25.97
%36.48
%37.55

CMYK Percentages of Color #79aaaf

%31
%3
%0
%31

Triadic Colors of #79aaaf

#79aaaf #af79aa #aaaf79

Analogous Colors of #79aaaf

#79aaaf #798faf #79af99

Monochromatic Colors of #79aaaf

#79aaaf

Complementary Color

#79aaaf #af7e79

#79aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aaaf Color CSS Codes

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

#79aaaf Text Font Color

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

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


#79aaaf Background Color

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

This div background color is #79aaaf


#79aaaf Border Color

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

This div border color is #79aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aaaf


Comments

No comments written yet.

Please login to write comment.