Color Hex Logo

#7699bd Color Hex

#7699BD
(118,153,189)
0 Favorites   0 Comments

Color spaces of #7699bd

RGB 118153189
HSL0.580.350.60
HSV210°38°74°
CMYK 0.380.190.00   0.26
XYZ28.047830.308152.5159
Yxy30.30810.25300.2734
Hunter Lab55.0528-5.4018-18.0209
CIE-Lab61.9192-2.9766-22.5027

#7699bd color RGB value is (118,153,189).

#7699bd hex color red value is 118, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7699bd hue: 0.58 , saturation: 0.35 and the lightness value of 7699bd is 0.60.

The process color (four color CMYK) of #7699bd color hex is 0.38, 0.19, 0.00, 0.26. Web safe color of #7699bd is #6699cc. Color #7699bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011001 10111101
Octal 166 231 275
Decimal 118 153 189
Hex 76 99 BD

RGB Percentages of Color #7699bd

%25.65
%33.26
%41.09

CMYK Percentages of Color #7699bd

%38
%19
%0
%26

Triadic Colors of #7699bd

#7699bd #bd7699 #99bd76

Analogous Colors of #7699bd

#7699bd #7776bd #76bdbd

Monochromatic Colors of #7699bd

#7699bd

Complementary Color

#7699bd #bd9a76

#7699bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7699bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7699bd Color CSS Codes

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

#7699bd Text Font Color

<p style="color:#7699bd">Text here</p>

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


#7699bd Background Color

<div style="background-color:#7699bd">
Div content here</div>

This div background color is #7699bd


#7699bd Border Color

<div style="border:3px solid #7699bd">
Div here</div>

This div border color is #7699bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,153,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7699bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7699bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7699bd;
  box-shadow:         1px 1px 3px 2px #7699bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7699bd


Comments

No comments written yet.

Please login to write comment.