Color Hex Logo

#79babd Color Hex

#79BABD
(121,186,189)
0 Favorites   0 Comments

Color spaces of #79babd

RGB 121186189
HSL0.510.340.61
HSV183°36°74°
CMYK 0.360.020.00   0.26
XYZ34.629442.856954.5912
Yxy42.85690.26220.3245
Hunter Lab65.4652-20.1422-3.6161
CIE-Lab71.4577-19.8601-8.0963

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 10111101
Octal 171 272 275
Decimal 121 186 189
Hex 79 BA BD

RGB Percentages of Color #79babd

%24.40
%37.50
%38.10

CMYK Percentages of Color #79babd

%36
%2
%0
%26

Triadic Colors of #79babd

#79babd #bd79ba #babd79

Analogous Colors of #79babd

#79babd #7998bd #79bd9e

Monochromatic Colors of #79babd

#79babd

Complementary Color

#79babd #bd7c79

#79babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79babd Color CSS Codes

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

#79babd Text Font Color

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

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


#79babd Background Color

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

This div background color is #79babd


#79babd Border Color

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

This div border color is #79babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79babd


Comments

No comments written yet.

Please login to write comment.