Color Hex Logo

#7994bc Color Hex

#7994BC
(121,148,188)
0 Favorites   0 Comments

Color spaces of #7994bc

RGB 121148188
HSL0.600.330.61
HSV216°36°74°
CMYK 0.360.210.00   0.26
XYZ27.552228.875651.6983
Yxy28.87560.25480.2671
Hunter Lab53.7360-2.5153-19.4265
CIE-Lab60.67170.4282-23.8353

#7994bc color RGB value is (121,148,188).

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

The process color (four color CMYK) of #7994bc color hex is 0.36, 0.21, 0.00, 0.26. Web safe color of #7994bc is #6699cc. Color #7994bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010100 10111100
Octal 171 224 274
Decimal 121 148 188
Hex 79 94 BC

RGB Percentages of Color #7994bc

%26.48
%32.39
%41.14

CMYK Percentages of Color #7994bc

%36
%21
%0
%26

Triadic Colors of #7994bc

#7994bc #bc7994 #94bc79

Analogous Colors of #7994bc

#7994bc #8079bc #79b6bc

Monochromatic Colors of #7994bc

#7994bc

Complementary Color

#7994bc #bca179

#7994bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7994bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7994bc Color CSS Codes

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

#7994bc Text Font Color

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

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


#7994bc Background Color

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

This div background color is #7994bc


#7994bc Border Color

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

This div border color is #7994bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7994bc


Comments

No comments written yet.

Please login to write comment.