Color Hex Logo

#7688bc Color Hex

#7688BC
(118,136,188)
0 Favorites   0 Comments

Color spaces of #7688bc

RGB 118136188
HSL0.620.340.60
HSV225°37°74°
CMYK 0.370.280.00   0.26
XYZ25.352525.090751.0837
Yxy25.09070.24970.2471
Hunter Lab50.09062.6861-25.4020
CIE-Lab57.16376.4971-29.2628

#7688bc color RGB value is (118,136,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 10111100
Octal 166 210 274
Decimal 118 136 188
Hex 76 88 BC

RGB Percentages of Color #7688bc

%26.70
%30.77
%42.53

CMYK Percentages of Color #7688bc

%37
%28
%0
%26

Triadic Colors of #7688bc

#7688bc #bc7688 #88bc76

Analogous Colors of #7688bc

#7688bc #8776bc #76abbc

Monochromatic Colors of #7688bc

#7688bc

Complementary Color

#7688bc #bcaa76

#7688bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7688bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7688bc Color CSS Codes

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

#7688bc Text Font Color

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

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


#7688bc Background Color

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

This div background color is #7688bc


#7688bc Border Color

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

This div border color is #7688bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7688bc


Comments

No comments written yet.

Please login to write comment.