Color Hex Logo

#79afcc Color Hex

#79AFCC
(121,175,204)
0 Favorites   0 Comments

Color spaces of #79afcc

RGB 121175204
HSL0.560.450.64
HSV201°41°80°
CMYK 0.410.140.00   0.20
XYZ34.114239.084562.8728
Yxy39.08450.25070.2872
Hunter Lab62.5176-12.0031-15.8645
CIE-Lab68.8124-10.2378-20.3164

#79afcc color RGB value is (121,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101111 11001100
Octal 171 257 314
Decimal 121 175 204
Hex 79 AF CC

RGB Percentages of Color #79afcc

%24.20
%35.00
%40.80

CMYK Percentages of Color #79afcc

%41
%14
%0
%20

Triadic Colors of #79afcc

#79afcc #cc79af #afcc79

Analogous Colors of #79afcc

#79afcc #7986cc #79ccc0

Monochromatic Colors of #79afcc

#79afcc

Complementary Color

#79afcc #cc9679

#79afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79afcc Color CSS Codes

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

#79afcc Text Font Color

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

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


#79afcc Background Color

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

This div background color is #79afcc


#79afcc Border Color

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

This div border color is #79afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79afcc


Comments

No comments written yet.

Please login to write comment.