Color Hex Logo

#79aaca Color Hex

#79AACA
(121,170,202)
0 Favorites   0 Comments

Color spaces of #79aaca

RGB 121170202
HSL0.570.430.63
HSV204°40°79°
CMYK 0.400.160.00   0.21
XYZ32.920637.078761.2989
Yxy37.07870.25070.2824
Hunter Lab60.8923-10.0578-17.0613
CIE-Lab67.3360-8.0675-21.4604

#79aaca color RGB value is (121,170,202).

#79aaca hex color red value is 121, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #79aaca hue: 0.57 , saturation: 0.43 and the lightness value of 79aaca is 0.63.

The process color (four color CMYK) of #79aaca color hex is 0.40, 0.16, 0.00, 0.21. Web safe color of #79aaca is #6699cc. Color #79aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11001010
Octal 171 252 312
Decimal 121 170 202
Hex 79 AA CA

RGB Percentages of Color #79aaca

%24.54
%34.48
%40.97

CMYK Percentages of Color #79aaca

%40
%16
%0
%21

Triadic Colors of #79aaca

#79aaca #ca79aa #aaca79

Analogous Colors of #79aaca

#79aaca #7982ca #79cac2

Monochromatic Colors of #79aaca

#79aaca

Complementary Color

#79aaca #ca9979

#79aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aaca Color CSS Codes

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

#79aaca Text Font Color

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

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


#79aaca Background Color

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

This div background color is #79aaca


#79aaca Border Color

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

This div border color is #79aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aaca


Comments

No comments written yet.

Please login to write comment.