Color Hex Logo

#79aacc Color Hex

#79AACC
(121,170,204)
0 Favorites   0 Comments

Color spaces of #79aacc

RGB 121170204
HSL0.570.450.64
HSV205°41°80°
CMYK 0.410.170.00   0.20
XYZ33.159037.174062.5544
Yxy37.17400.24950.2797
Hunter Lab60.9705-9.6205-18.1509
CIE-Lab67.4074-7.5294-22.4573

#79aacc color RGB value is (121,170,204).

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

The process color (four color CMYK) of #79aacc color hex is 0.41, 0.17, 0.00, 0.20. Web safe color of #79aacc is #6699cc. Color #79aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101010 11001100
Octal 171 252 314
Decimal 121 170 204
Hex 79 AA CC

RGB Percentages of Color #79aacc

%24.44
%34.34
%41.21

CMYK Percentages of Color #79aacc

%41
%17
%0
%20

Triadic Colors of #79aacc

#79aacc #cc79aa #aacc79

Analogous Colors of #79aacc

#79aacc #7981cc #79ccc5

Monochromatic Colors of #79aacc

#79aacc

Complementary Color

#79aacc #cc9b79

#79aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79aacc Color CSS Codes

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

#79aacc Text Font Color

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

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


#79aacc Background Color

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

This div background color is #79aacc


#79aacc Border Color

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

This div border color is #79aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79aacc


Comments

No comments written yet.

Please login to write comment.