Color Hex Logo

#79acab Color Hex

#79ACAB
(121,172,171)
0 Favorites   0 Comments

Color spaces of #79acab

RGB 121172171
HSL0.500.240.57
HSV179°30°67°
CMYK 0.300.000.01   0.33
XYZ29.988436.510343.9947
Yxy36.51030.27140.3304
Hunter Lab60.4238-17.1517-0.8726
CIE-Lab66.9080-16.9735-4.9127

#79acab color RGB value is (121,172,171).

#79acab hex color red value is 121, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #79acab hue: 0.50 , saturation: 0.24 and the lightness value of 79acab is 0.57.

The process color (four color CMYK) of #79acab color hex is 0.30, 0.00, 0.01, 0.33. Web safe color of #79acab is #669999. Color #79acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101100 10101011
Octal 171 254 253
Decimal 121 172 171
Hex 79 AC AB

RGB Percentages of Color #79acab

%26.08
%37.07
%36.85

CMYK Percentages of Color #79acab

%30
%0
%1
%33

Triadic Colors of #79acab

#79acab #ab79ac #acab79

Analogous Colors of #79acab

#79acab #7994ac #79ac92

Monochromatic Colors of #79acab

#79acab

Complementary Color

#79acab #ac797a

#79acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#79acab Color CSS Codes

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

#79acab Text Font Color

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

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


#79acab Background Color

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

This div background color is #79acab


#79acab Border Color

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

This div border color is #79acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79acab


Comments

No comments written yet.

Please login to write comment.