Color Hex Logo

#79acaf Color Hex

#79ACAF
(121,172,175)
0 Favorites   0 Comments

Color spaces of #79acaf

RGB 121172175
HSL0.510.250.58
HSV183°31°69°
CMYK 0.310.020.00   0.31
XYZ30.375536.665146.0336
Yxy36.66510.26860.3243
Hunter Lab60.5517-16.4218-2.6882
CIE-Lab67.0250-16.0195-6.9607

#79acaf color RGB value is (121,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 10101111
Octal 171 254 257
Decimal 121 172 175
Hex 79 AC AF

RGB Percentages of Color #79acaf

%25.85
%36.75
%37.39

CMYK Percentages of Color #79acaf

%31
%2
%0
%31

Triadic Colors of #79acaf

#79acaf #af79ac #acaf79

Analogous Colors of #79acaf

#79acaf #7991af #79af97

Monochromatic Colors of #79acaf

#79acaf

Complementary Color

#79acaf #af7c79

#79acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acaf Color CSS Codes

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

#79acaf Text Font Color

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

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


#79acaf Background Color

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

This div background color is #79acaf


#79acaf Border Color

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

This div border color is #79acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acaf


Comments

No comments written yet.

Please login to write comment.