Color Hex Logo

#79aabe Color Hex

#79AABE
(121,170,190)
0 Favorites   0 Comments

Color spaces of #79aabe

RGB 121170190
HSL0.550.350.61
HSV197°36°75°
CMYK 0.360.110.00   0.25
XYZ31.554136.532154.1035
Yxy36.53210.25820.2990
Hunter Lab60.4418-12.5858-10.7632
CIE-Lab66.9245-11.2209-15.4376

#79aabe color RGB value is (121,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 10111110
Octal 171 252 276
Decimal 121 170 190
Hex 79 AA BE

RGB Percentages of Color #79aabe

%25.16
%35.34
%39.50

CMYK Percentages of Color #79aabe

%36
%11
%0
%25

Triadic Colors of #79aabe

#79aabe #be79aa #aabe79

Analogous Colors of #79aabe

#79aabe #7988be #79beb0

Monochromatic Colors of #79aabe

#79aabe

Complementary Color

#79aabe #be8d79

#79aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aabe Color CSS Codes

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

#79aabe Text Font Color

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

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


#79aabe Background Color

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

This div background color is #79aabe


#79aabe Border Color

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

This div border color is #79aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aabe


Comments

No comments written yet.

Please login to write comment.