Color Hex Logo

#79b9be Color Hex

#79B9BE
(121,185,190)
0 Favorites   0 Comments

Color spaces of #79b9be

RGB 121185190
HSL0.510.350.61
HSV184°36°75°
CMYK 0.360.030.00   0.25
XYZ34.528442.480655.0949
Yxy42.48060.26140.3216
Hunter Lab65.1771-19.4974-4.4944
CIE-Lab71.2010-19.1011-9.0261

#79b9be color RGB value is (121,185,190).

#79b9be hex color red value is 121, green value is 185 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #79b9be hue: 0.51 , saturation: 0.35 and the lightness value of 79b9be is 0.61.

The process color (four color CMYK) of #79b9be color hex is 0.36, 0.03, 0.00, 0.25. Web safe color of #79b9be is #66cccc. Color #79b9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111001 10111110
Octal 171 271 276
Decimal 121 185 190
Hex 79 B9 BE

RGB Percentages of Color #79b9be

%24.40
%37.30
%38.31

CMYK Percentages of Color #79b9be

%36
%3
%0
%25

Triadic Colors of #79b9be

#79b9be #be79b9 #b9be79

Analogous Colors of #79b9be

#79b9be #7997be #79bea1

Monochromatic Colors of #79b9be

#79b9be

Complementary Color

#79b9be #be7e79

#79b9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79b9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#79b9be Color CSS Codes

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

#79b9be Text Font Color

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

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


#79b9be Background Color

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

This div background color is #79b9be


#79b9be Border Color

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

This div border color is #79b9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79b9be


Comments

No comments written yet.

Please login to write comment.