Color Hex Logo

#7694bc Color Hex

#7694BC
(118,148,188)
0 Favorites   0 Comments

Color spaces of #7694bc

RGB 118148188
HSL0.600.340.60
HSV214°37°74°
CMYK 0.370.210.00   0.26
XYZ27.138228.662251.6790
Yxy28.66220.25250.2667
Hunter Lab53.5371-3.2074-19.7563
CIE-Lab60.4823-0.4215-24.1423

#7694bc color RGB value is (118,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 10111100
Octal 166 224 274
Decimal 118 148 188
Hex 76 94 BC

RGB Percentages of Color #7694bc

%25.99
%32.60
%41.41

CMYK Percentages of Color #7694bc

%37
%21
%0
%26

Triadic Colors of #7694bc

#7694bc #bc7694 #94bc76

Analogous Colors of #7694bc

#7694bc #7b76bc #76b7bc

Monochromatic Colors of #7694bc

#7694bc

Complementary Color

#7694bc #bc9e76

#7694bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7694bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7694bc Color CSS Codes

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

#7694bc Text Font Color

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

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


#7694bc Background Color

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

This div background color is #7694bc


#7694bc Border Color

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

This div border color is #7694bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #7694bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7694bc


Comments

No comments written yet.

Please login to write comment.