Color Hex Logo

#7686dd Color Hex

#7686DD
(118,134,221)
0 Favorites   0 Comments

Color spaces of #7686dd

RGB 118134221
HSL0.640.600.66
HSV231°47°87°
CMYK 0.470.390.00   0.13
XYZ29.047526.122271.9177
Yxy26.12220.22860.2055
Hunter Lab51.109912.0054-47.6512
CIE-Lab58.152917.1663-46.3263

#7686dd color RGB value is (118,134,221).

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

The process color (four color CMYK) of #7686dd color hex is 0.47, 0.39, 0.00, 0.13. Web safe color of #7686dd is #6699cc. Color #7686dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 11011101
Octal 166 206 335
Decimal 118 134 221
Hex 76 86 DD

RGB Percentages of Color #7686dd

%24.95
%28.33
%46.72

CMYK Percentages of Color #7686dd

%47
%39
%0
%13

Triadic Colors of #7686dd

#7686dd #dd7686 #86dd76

Analogous Colors of #7686dd

#7686dd #9a76dd #76badd

Monochromatic Colors of #7686dd

#7686dd

Complementary Color

#7686dd #ddcd76

#7686dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7686dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7686dd Color CSS Codes

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

#7686dd Text Font Color

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

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


#7686dd Background Color

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

This div background color is #7686dd


#7686dd Border Color

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

This div border color is #7686dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7686dd


Comments

No comments written yet.

Please login to write comment.