Color Hex Logo

#79bacc Color Hex

#79BACC
(121,186,204)
0 Favorites   0 Comments

Color spaces of #79bacc

RGB 121186204
HSL0.540.450.64
HSV193°41°80°
CMYK 0.410.090.00   0.20
XYZ36.343143.542463.6158
Yxy43.54240.25330.3034
Hunter Lab65.9867-17.1652-10.9691
CIE-Lab71.9216-16.0632-15.6093

#79bacc color RGB value is (121,186,204).

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

The process color (four color CMYK) of #79bacc color hex is 0.41, 0.09, 0.00, 0.20. Web safe color of #79bacc is #66cccc. Color #79bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11001100
Octal 171 272 314
Decimal 121 186 204
Hex 79 BA CC

RGB Percentages of Color #79bacc

%23.68
%36.40
%39.92

CMYK Percentages of Color #79bacc

%41
%9
%0
%20

Triadic Colors of #79bacc

#79bacc #cc79ba #bacc79

Analogous Colors of #79bacc

#79bacc #7991cc #79ccb5

Monochromatic Colors of #79bacc

#79bacc

Complementary Color

#79bacc #cc8b79

#79bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bacc Color CSS Codes

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

#79bacc Text Font Color

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

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


#79bacc Background Color

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

This div background color is #79bacc


#79bacc Border Color

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

This div border color is #79bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bacc


Comments

No comments written yet.

Please login to write comment.