Color Hex Logo

#7688be Color Hex

#7688BE
(118,136,190)
0 Favorites   0 Comments

Color spaces of #7688be

RGB 118136190
HSL0.630.360.60
HSV225°38°75°
CMYK 0.380.280.00   0.25
XYZ25.569625.177652.2273
Yxy25.17760.24830.2445
Hunter Lab50.17733.1507-26.5882
CIE-Lab57.24817.0496-30.2685

#7688be color RGB value is (118,136,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 10111110
Octal 166 210 276
Decimal 118 136 190
Hex 76 88 BE

RGB Percentages of Color #7688be

%26.58
%30.63
%42.79

CMYK Percentages of Color #7688be

%38
%28
%0
%25

Triadic Colors of #7688be

#7688be #be7688 #88be76

Analogous Colors of #7688be

#7688be #8876be #76acbe

Monochromatic Colors of #7688be

#7688be

Complementary Color

#7688be #beac76

#7688be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7688be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7688be Color CSS Codes

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

#7688be Text Font Color

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

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


#7688be Background Color

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

This div background color is #7688be


#7688be Border Color

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

This div border color is #7688be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7688be


Comments

No comments written yet.

Please login to write comment.