Color Hex Logo

#7696bf Color Hex

#7696BF
(118,150,191)
0 Favorites   0 Comments

Color spaces of #7696bf

RGB 118150191
HSL0.590.360.61
HSV214°38°75°
CMYK 0.380.210.00   0.25
XYZ27.781529.425853.5057
Yxy29.42580.25090.2658
Hunter Lab54.2456-3.5121-20.5095
CIE-Lab61.1556-0.7422-24.7984

#7696bf color RGB value is (118,150,191).

#7696bf hex color red value is 118, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7696bf hue: 0.59 , saturation: 0.36 and the lightness value of 7696bf is 0.61.

The process color (four color CMYK) of #7696bf color hex is 0.38, 0.21, 0.00, 0.25. Web safe color of #7696bf is #6699cc. Color #7696bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 10111111
Octal 166 226 277
Decimal 118 150 191
Hex 76 96 BF

RGB Percentages of Color #7696bf

%25.71
%32.68
%41.61

CMYK Percentages of Color #7696bf

%38
%21
%0
%25

Triadic Colors of #7696bf

#7696bf #bf7696 #96bf76

Analogous Colors of #7696bf

#7696bf #7b76bf #76bbbf

Monochromatic Colors of #7696bf

#7696bf

Complementary Color

#7696bf #bf9f76

#7696bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7696bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7696bf Color CSS Codes

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

#7696bf Text Font Color

<p style="color:#7696bf">Text here</p>

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


#7696bf Background Color

<div style="background-color:#7696bf">
Div content here</div>

This div background color is #7696bf


#7696bf Border Color

<div style="border:3px solid #7696bf">
Div here</div>

This div border color is #7696bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,150,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7696bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7696bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7696bf;
  box-shadow:         1px 1px 3px 2px #7696bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,150,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7696bf


Comments

No comments written yet.

Please login to write comment.