Color Hex Logo

#79bacf Color Hex

#79BACF
(121,186,207)
0 Favorites   0 Comments

Color spaces of #79bacf

RGB 121186207
HSL0.540.470.64
HSV195°42°81°
CMYK 0.420.100.00   0.19
XYZ36.706543.687865.5294
Yxy43.68780.25150.2994
Hunter Lab66.0967-16.5402-12.5134
CIE-Lab72.0193-15.2790-17.1007

#79bacf color RGB value is (121,186,207).

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

The process color (four color CMYK) of #79bacf color hex is 0.42, 0.10, 0.00, 0.19. Web safe color of #79bacf is #66cccc. Color #79bacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11001111
Octal 171 272 317
Decimal 121 186 207
Hex 79 BA CF

RGB Percentages of Color #79bacf

%23.54
%36.19
%40.27

CMYK Percentages of Color #79bacf

%42
%10
%0
%19

Triadic Colors of #79bacf

#79bacf #cf79ba #bacf79

Analogous Colors of #79bacf

#79bacf #798fcf #79cfb9

Monochromatic Colors of #79bacf

#79bacf

Complementary Color

#79bacf #cf8e79

#79bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bacf Color CSS Codes

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

#79bacf Text Font Color

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

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


#79bacf Background Color

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

This div background color is #79bacf


#79bacf Border Color

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

This div border color is #79bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bacf


Comments

No comments written yet.

Please login to write comment.