Color Hex Logo

#79bbad Color Hex

#79BBAD
(121,187,173)
0 Favorites   0 Comments

Color spaces of #79bbad

RGB 121187173
HSL0.460.330.60
HSV167°35°73°
CMYK 0.350.000.07   0.27
XYZ33.198342.622746.0124
Yxy42.62270.27250.3498
Hunter Lab65.2861-23.48243.9138
CIE-Lab71.2981-24.16090.4298

#79bbad color RGB value is (121,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111011 10101101
Octal 171 273 255
Decimal 121 187 173
Hex 79 BB AD

RGB Percentages of Color #79bbad

%25.16
%38.88
%35.97

CMYK Percentages of Color #79bbad

%35
%0
%7
%27

Triadic Colors of #79bbad

#79bbad #ad79bb #bbad79

Analogous Colors of #79bbad

#79bbad #79a8bb #79bb8c

Monochromatic Colors of #79bbad

#79bbad

Complementary Color

#79bbad #bb7987

#79bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bbad Color CSS Codes

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

#79bbad Text Font Color

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

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


#79bbad Background Color

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

This div background color is #79bbad


#79bbad Border Color

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

This div border color is #79bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bbad


Comments

No comments written yet.

Please login to write comment.