Color Hex Logo

#79cbaa Color Hex

#79CBAA
(121,203,170)
0 Favorites   0 Comments

Color spaces of #79cbaa

RGB 121203170
HSL0.430.440.64
HSV156°40°80°
CMYK 0.400.000.16   0.20
XYZ36.496849.679145.6957
Yxy49.67910.27680.3767
Hunter Lab70.4834-30.917410.8996
CIE-Lab75.8719-32.57958.6607

#79cbaa color RGB value is (121,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 10101010
Octal 171 313 252
Decimal 121 203 170
Hex 79 CB AA

RGB Percentages of Color #79cbaa

%24.49
%41.09
%34.41

CMYK Percentages of Color #79cbaa

%40
%0
%16
%20

Triadic Colors of #79cbaa

#79cbaa #aa79cb #cbaa79

Analogous Colors of #79cbaa

#79cbaa #79c3cb #79cb81

Monochromatic Colors of #79cbaa

#79cbaa

Complementary Color

#79cbaa #cb799a

#79cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbaa Color CSS Codes

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

#79cbaa Text Font Color

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

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


#79cbaa Background Color

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

This div background color is #79cbaa


#79cbaa Border Color

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

This div border color is #79cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbaa


Comments

No comments written yet.

Please login to write comment.