Color Hex Logo

#7686eb Color Hex

#7686EB
(118,134,235)
0 Favorites   0 Comments

Color spaces of #7686eb

RGB 118134235
HSL0.640.750.69
HSV232°50°92°
CMYK 0.500.430.00   0.08
XYZ30.991726.899982.1560
Yxy26.89990.22130.1921
Hunter Lab51.865115.8977-57.6117
CIE-Lab58.881621.3777-52.9714

#7686eb color RGB value is (118,134,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 11101011
Octal 166 206 353
Decimal 118 134 235
Hex 76 86 EB

RGB Percentages of Color #7686eb

%24.23
%27.52
%48.25

CMYK Percentages of Color #7686eb

%50
%43
%0
%8

Triadic Colors of #7686eb

#7686eb #eb7686 #86eb76

Analogous Colors of #7686eb

#7686eb #a176eb #76c1eb

Monochromatic Colors of #7686eb

#7686eb

Complementary Color

#7686eb #ebdb76

#7686eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7686eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7686eb Color CSS Codes

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

#7686eb Text Font Color

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

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


#7686eb Background Color

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

This div background color is #7686eb


#7686eb Border Color

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

This div border color is #7686eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7686eb


Comments

No comments written yet.

Please login to write comment.