Color Hex Logo

#7696eb Color Hex

#7696EB
(118,150,235)
0 Favorites   0 Comments

Color spaces of #7696eb

RGB 118150235
HSL0.620.750.69
HSV224°50°92°
CMYK 0.500.360.00   0.08
XYZ33.373031.662482.9498
Yxy31.66240.22550.2140
Hunter Lab56.26947.3959-48.0142
CIE-Lab63.062911.9525-46.3468

#7696eb color RGB value is (118,150,235).

#7696eb hex color red value is 118, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7696eb hue: 0.62 , saturation: 0.75 and the lightness value of 7696eb is 0.69.

The process color (four color CMYK) of #7696eb color hex is 0.50, 0.36, 0.00, 0.08. Web safe color of #7696eb is #6699ff. Color #7696eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 11101011
Octal 166 226 353
Decimal 118 150 235
Hex 76 96 EB

RGB Percentages of Color #7696eb

%23.46
%29.82
%46.72

CMYK Percentages of Color #7696eb

%50
%36
%0
%8

Triadic Colors of #7696eb

#7696eb #eb7696 #96eb76

Analogous Colors of #7696eb

#7696eb #9176eb #76d1eb

Monochromatic Colors of #7696eb

#7696eb

Complementary Color

#7696eb #ebcb76

#7696eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7696eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7696eb Color CSS Codes

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

#7696eb Text Font Color

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

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


#7696eb Background Color

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

This div background color is #7696eb


#7696eb Border Color

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

This div border color is #7696eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7696eb


Comments

No comments written yet.

Please login to write comment.