Color Hex Logo

#799dba Color Hex

#799DBA
(121,157,186)
0 Favorites   0 Comments

Color spaces of #799dba

RGB 121157186
HSL0.570.320.60
HSV207°35°73°
CMYK 0.350.160.00   0.27
XYZ28.805131.724151.0595
Yxy31.72410.25810.2843
Hunter Lab56.3242-7.2794-14.3212
CIE-Lab63.1142-5.1582-18.9787

#799dba color RGB value is (121,157,186).

#799dba hex color red value is 121, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #799dba hue: 0.57 , saturation: 0.32 and the lightness value of 799dba is 0.60.

The process color (four color CMYK) of #799dba color hex is 0.35, 0.16, 0.00, 0.27. Web safe color of #799dba is #6699cc. Color #799dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011101 10111010
Octal 171 235 272
Decimal 121 157 186
Hex 79 9D BA

RGB Percentages of Color #799dba

%26.08
%33.84
%40.09

CMYK Percentages of Color #799dba

%35
%16
%0
%27

Triadic Colors of #799dba

#799dba #ba799d #9dba79

Analogous Colors of #799dba

#799dba #797dba #79bab7

Monochromatic Colors of #799dba

#799dba

Complementary Color

#799dba #ba9679

#799dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#799dba Color CSS Codes

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

#799dba Text Font Color

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

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


#799dba Background Color

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

This div background color is #799dba


#799dba Border Color

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

This div border color is #799dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799dba


Comments

No comments written yet.

Please login to write comment.