Color Hex Logo

#79baba Color Hex

#79BABA
(121,186,186)
0 Favorites   0 Comments

Color spaces of #79baba

RGB 121186186
HSL0.500.320.60
HSV180°35°73°
CMYK 0.350.000.00   0.27
XYZ34.307042.727952.8935
Yxy42.72790.26400.3289
Hunter Lab65.3666-20.7076-2.2198
CIE-Lab71.3699-20.5932-6.5833

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 10111010
Octal 171 272 272
Decimal 121 186 186
Hex 79 BA BA

RGB Percentages of Color #79baba

%24.54
%37.73
%37.73

CMYK Percentages of Color #79baba

%35
%0
%0
%27

Triadic Colors of #79baba

#79baba #ba79ba #baba79

Analogous Colors of #79baba

#79baba #799aba #79ba9a

Monochromatic Colors of #79baba

#79baba

Complementary Color

#79baba #ba7979

#79baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#79baba Color CSS Codes

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

#79baba Text Font Color

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

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


#79baba Background Color

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

This div background color is #79baba


#79baba Border Color

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

This div border color is #79baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79baba


Comments

No comments written yet.

Please login to write comment.