Color Hex Logo

#7686be Color Hex

#7686BE
(118,134,190)
0 Favorites   0 Comments

Color spaces of #7686be

RGB 118134190
HSL0.630.360.60
HSV227°38°75°
CMYK 0.380.290.00   0.25
XYZ25.290624.619552.1343
Yxy24.61950.24780.2413
Hunter Lab49.61804.1509-27.5641
CIE-Lab56.70288.2216-31.1156

#7686be color RGB value is (118,134,190).

#7686be hex color red value is 118, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7686be hue: 0.63 , saturation: 0.36 and the lightness value of 7686be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 10111110
Octal 166 206 276
Decimal 118 134 190
Hex 76 86 BE

RGB Percentages of Color #7686be

%26.70
%30.32
%42.99

CMYK Percentages of Color #7686be

%38
%29
%0
%25

Triadic Colors of #7686be

#7686be #be7686 #86be76

Analogous Colors of #7686be

#7686be #8a76be #76aabe

Monochromatic Colors of #7686be

#7686be

Complementary Color

#7686be #beae76

#7686be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7686be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7686be Color CSS Codes

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

#7686be Text Font Color

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

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


#7686be Background Color

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

This div background color is #7686be


#7686be Border Color

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

This div border color is #7686be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7686be


Comments

No comments written yet.

Please login to write comment.