Color Hex Logo

#7994ba Color Hex

#7994BA
(121,148,186)
0 Favorites   0 Comments

Color spaces of #7994ba

RGB 121148186
HSL0.600.320.60
HSV215°35°73°
CMYK 0.350.200.00   0.27
XYZ27.338028.789950.5705
Yxy28.78990.25620.2698
Hunter Lab53.6562-2.9521-18.3209
CIE-Lab60.5958-0.1043-22.8232

#7994ba color RGB value is (121,148,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010100 10111010
Octal 171 224 272
Decimal 121 148 186
Hex 79 94 BA

RGB Percentages of Color #7994ba

%26.59
%32.53
%40.88

CMYK Percentages of Color #7994ba

%35
%20
%0
%27

Triadic Colors of #7994ba

#7994ba #ba7994 #94ba79

Analogous Colors of #7994ba

#7994ba #7f79ba #79b5ba

Monochromatic Colors of #7994ba

#7994ba

Complementary Color

#7994ba #ba9f79

#7994ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7994ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7994ba Color CSS Codes

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

#7994ba Text Font Color

<p style="color:#7994ba">Text here</p>

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


#7994ba Background Color

<div style="background-color:#7994ba">
Div content here</div>

This div background color is #7994ba


#7994ba Border Color

<div style="border:3px solid #7994ba">
Div here</div>

This div border color is #7994ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7994ba


Comments

No comments written yet.

Please login to write comment.