Color Hex Logo

#79baca Color Hex

#79BACA
(121,186,202)
0 Favorites   0 Comments

Color spaces of #79baca

RGB 121186202
HSL0.530.430.63
HSV192°40°79°
CMYK 0.400.080.00   0.21
XYZ36.104743.447062.3603
Yxy43.44700.25440.3062
Hunter Lab65.9143-17.5764-9.9531
CIE-Lab71.8573-16.5815-14.6128

#79baca color RGB value is (121,186,202).

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

The process color (four color CMYK) of #79baca color hex is 0.40, 0.08, 0.00, 0.21. Web safe color of #79baca is #66cccc. Color #79baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11001010
Octal 171 272 312
Decimal 121 186 202
Hex 79 BA CA

RGB Percentages of Color #79baca

%23.77
%36.54
%39.69

CMYK Percentages of Color #79baca

%40
%8
%0
%21

Triadic Colors of #79baca

#79baca #ca79ba #baca79

Analogous Colors of #79baca

#79baca #7992ca #79cab2

Monochromatic Colors of #79baca

#79baca

Complementary Color

#79baca #ca8979

#79baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#79baca Color CSS Codes

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

#79baca Text Font Color

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

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


#79baca Background Color

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

This div background color is #79baca


#79baca Border Color

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

This div border color is #79baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79baca


Comments

No comments written yet.

Please login to write comment.