Color Hex Logo

#7699be Color Hex

#7699BE
(118,153,190)
0 Favorites   0 Comments

Color spaces of #7699be

RGB 118153190
HSL0.590.360.60
HSV211°38°75°
CMYK 0.380.190.00   0.25
XYZ28.156730.351753.0896
Yxy30.35170.25230.2720
Hunter Lab55.0924-5.1836-18.5700
CIE-Lab61.9565-2.7073-23.0074

#7699be color RGB value is (118,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011001 10111110
Octal 166 231 276
Decimal 118 153 190
Hex 76 99 BE

RGB Percentages of Color #7699be

%25.60
%33.19
%41.21

CMYK Percentages of Color #7699be

%38
%19
%0
%25

Triadic Colors of #7699be

#7699be #be7699 #99be76

Analogous Colors of #7699be

#7699be #7776be #76bdbe

Monochromatic Colors of #7699be

#7699be

Complementary Color

#7699be #be9b76

#7699be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7699be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7699be Color CSS Codes

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

#7699be Text Font Color

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

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


#7699be Background Color

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

This div background color is #7699be


#7699be Border Color

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

This div border color is #7699be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7699be


Comments

No comments written yet.

Please login to write comment.