Color Hex Logo

#79aabd Color Hex

#79AABD
(121,170,189)
0 Favorites   0 Comments

Color spaces of #79aabd

RGB 121170189
HSL0.550.340.61
HSV197°36°74°
CMYK 0.360.100.00   0.26
XYZ31.445236.488553.5298
Yxy36.48850.25890.3004
Hunter Lab60.4057-12.7888-10.2571
CIE-Lab66.8915-11.4774-14.9326

#79aabd color RGB value is (121,170,189).

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

The process color (four color CMYK) of #79aabd color hex is 0.36, 0.10, 0.00, 0.26. Web safe color of #79aabd is #6699cc. Color #79aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 10111101
Octal 171 252 275
Decimal 121 170 189
Hex 79 AA BD

RGB Percentages of Color #79aabd

%25.21
%35.42
%39.38

CMYK Percentages of Color #79aabd

%36
%10
%0
%26

Triadic Colors of #79aabd

#79aabd #bd79aa #aabd79

Analogous Colors of #79aabd

#79aabd #7988bd #79bdae

Monochromatic Colors of #79aabd

#79aabd

Complementary Color

#79aabd #bd8c79

#79aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aabd Color CSS Codes

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

#79aabd Text Font Color

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

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


#79aabd Background Color

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

This div background color is #79aabd


#79aabd Border Color

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

This div border color is #79aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aabd


Comments

No comments written yet.

Please login to write comment.