Color Hex Logo

#7699ce Color Hex

#7699CE
(118,153,206)
0 Favorites   0 Comments

Color spaces of #7699ce

RGB 118153206
HSL0.600.470.64
HSV216°43°81°
CMYK 0.430.260.00   0.19
XYZ30.003031.090262.8122
Yxy31.09020.24210.2509
Hunter Lab55.7586-1.5289-27.7593
CIE-Lab62.58371.7209-31.0021

#7699ce color RGB value is (118,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011001 11001110
Octal 166 231 316
Decimal 118 153 206
Hex 76 99 CE

RGB Percentages of Color #7699ce

%24.74
%32.08
%43.19

CMYK Percentages of Color #7699ce

%43
%26
%0
%19

Triadic Colors of #7699ce

#7699ce #ce7699 #99ce76

Analogous Colors of #7699ce

#7699ce #7f76ce #76c5ce

Monochromatic Colors of #7699ce

#7699ce

Complementary Color

#7699ce #ceab76

#7699ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7699ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7699ce Color CSS Codes

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

#7699ce Text Font Color

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

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


#7699ce Background Color

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

This div background color is #7699ce


#7699ce Border Color

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

This div border color is #7699ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7699ce


Comments

No comments written yet.

Please login to write comment.