Color Hex Logo

#79cbac Color Hex

#79CBAC
(121,203,172)
0 Favorites   0 Comments

Color spaces of #79cbac

RGB 121203172
HSL0.440.440.64
HSV157°40°80°
CMYK 0.400.000.15   0.20
XYZ36.687549.755446.6998
Yxy49.75540.27560.3737
Hunter Lab70.5375-30.600410.1229
CIE-Lab75.9189-32.15027.6529

#79cbac color RGB value is (121,203,172).

#79cbac hex color red value is 121, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #79cbac hue: 0.44 , saturation: 0.44 and the lightness value of 79cbac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 10101100
Octal 171 313 254
Decimal 121 203 172
Hex 79 CB AC

RGB Percentages of Color #79cbac

%24.40
%40.93
%34.68

CMYK Percentages of Color #79cbac

%40
%0
%15
%20

Triadic Colors of #79cbac

#79cbac #ac79cb #cbac79

Analogous Colors of #79cbac

#79cbac #79c1cb #79cb83

Monochromatic Colors of #79cbac

#79cbac

Complementary Color

#79cbac #cb7998

#79cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbac Color CSS Codes

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

#79cbac Text Font Color

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

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


#79cbac Background Color

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

This div background color is #79cbac


#79cbac Border Color

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

This div border color is #79cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbac


Comments

No comments written yet.

Please login to write comment.