Color Hex Logo

#79baaa Color Hex

#79BAAA
(121,186,170)
0 Favorites   0 Comments

Color spaces of #79baaa

RGB 121186170
HSL0.460.320.60
HSV165°35°73°
CMYK 0.350.000.09   0.27
XYZ32.699842.085044.4300
Yxy42.08500.27430.3530
Hunter Lab64.8730-23.55314.8047
CIE-Lab70.9295-24.34331.5348

#79baaa color RGB value is (121,186,170).

#79baaa hex color red value is 121, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #79baaa hue: 0.46 , saturation: 0.32 and the lightness value of 79baaa is 0.60.

The process color (four color CMYK) of #79baaa color hex is 0.35, 0.00, 0.09, 0.27. Web safe color of #79baaa is #66cc99. Color #79baaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 10101010
Octal 171 272 252
Decimal 121 186 170
Hex 79 BA AA

RGB Percentages of Color #79baaa

%25.37
%38.99
%35.64

CMYK Percentages of Color #79baaa

%35
%0
%9
%27

Triadic Colors of #79baaa

#79baaa #aa79ba #baaa79

Analogous Colors of #79baaa

#79baaa #79aaba #79ba8a

Monochromatic Colors of #79baaa

#79baaa

Complementary Color

#79baaa #ba7989

#79baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79baaa Color CSS Codes

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

#79baaa Text Font Color

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

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


#79baaa Background Color

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

This div background color is #79baaa


#79baaa Border Color

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

This div border color is #79baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79baaa


Comments

No comments written yet.

Please login to write comment.