Color Hex Logo

#798dba Color Hex

#798DBA
(121,141,186)
0 Favorites   0 Comments

Color spaces of #798dba

RGB 121141186
HSL0.620.320.60
HSV222°35°73°
CMYK 0.350.240.00   0.27
XYZ26.273026.659950.2155
Yxy26.65990.25470.2585
Hunter Lab51.63320.4696-21.5188
CIE-Lab58.65823.9044-25.8006

#798dba color RGB value is (121,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001101 10111010
Octal 171 215 272
Decimal 121 141 186
Hex 79 8D BA

RGB Percentages of Color #798dba

%27.01
%31.47
%41.52

CMYK Percentages of Color #798dba

%35
%24
%0
%27

Triadic Colors of #798dba

#798dba #ba798d #8dba79

Analogous Colors of #798dba

#798dba #8679ba #79aeba

Monochromatic Colors of #798dba

#798dba

Complementary Color

#798dba #baa679

#798dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#798dba Color CSS Codes

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

#798dba Text Font Color

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

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


#798dba Background Color

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

This div background color is #798dba


#798dba Border Color

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

This div border color is #798dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798dba


Comments

No comments written yet.

Please login to write comment.