Color Hex Logo

#799fbf Color Hex

#799FBF
(121,159,191)
0 Favorites   0 Comments

Color spaces of #799fbf

RGB 121159191
HSL0.580.350.61
HSV207°37°75°
CMYK 0.370.170.00   0.25
XYZ29.687332.622854.0224
Yxy32.62280.25520.2804
Hunter Lab57.1164-7.1749-16.0968
CIE-Lab63.8543-4.9541-20.6519

#799fbf color RGB value is (121,159,191).

#799fbf hex color red value is 121, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #799fbf hue: 0.58 , saturation: 0.35 and the lightness value of 799fbf is 0.61.

The process color (four color CMYK) of #799fbf color hex is 0.37, 0.17, 0.00, 0.25. Web safe color of #799fbf is #6699cc. Color #799fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 10111111
Octal 171 237 277
Decimal 121 159 191
Hex 79 9F BF

RGB Percentages of Color #799fbf

%25.69
%33.76
%40.55

CMYK Percentages of Color #799fbf

%37
%17
%0
%25

Triadic Colors of #799fbf

#799fbf #bf799f #9fbf79

Analogous Colors of #799fbf

#799fbf #797cbf #79bfbc

Monochromatic Colors of #799fbf

#799fbf

Complementary Color

#799fbf #bf9979

#799fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#799fbf Color CSS Codes

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

#799fbf Text Font Color

<p style="color:#799fbf">Text here</p>

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


#799fbf Background Color

<div style="background-color:#799fbf">
Div content here</div>

This div background color is #799fbf


#799fbf Border Color

<div style="border:3px solid #799fbf">
Div here</div>

This div border color is #799fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,159,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #799fbf;
  box-shadow:         1px 1px 3px 2px #799fbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799fbf


Comments

No comments written yet.

Please login to write comment.