Color Hex Logo

#7698ac Color Hex

#7698AC
(118,152,172)
0 Favorites   0 Comments

Color spaces of #7698ac

RGB 118152172
HSL0.560.250.57
HSV202°31°67°
CMYK 0.310.120.00   0.33
XYZ26.145829.286643.3046
Yxy29.28660.26480.2966
Hunter Lab54.1171-8.4655-9.5620
CIE-Lab61.0337-6.8615-14.2636

#7698ac color RGB value is (118,152,172).

#7698ac hex color red value is 118, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7698ac hue: 0.56 , saturation: 0.25 and the lightness value of 7698ac is 0.57.

The process color (four color CMYK) of #7698ac color hex is 0.31, 0.12, 0.00, 0.33. Web safe color of #7698ac is #669999. Color #7698ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011000 10101100
Octal 166 230 254
Decimal 118 152 172
Hex 76 98 AC

RGB Percentages of Color #7698ac

%26.70
%34.39
%38.91

CMYK Percentages of Color #7698ac

%31
%12
%0
%33

Triadic Colors of #7698ac

#7698ac #ac7698 #98ac76

Analogous Colors of #7698ac

#7698ac #767dac #76aca5

Monochromatic Colors of #7698ac

#7698ac

Complementary Color

#7698ac #ac8a76

#7698ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7698ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7698ac Color CSS Codes

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

#7698ac Text Font Color

<p style="color:#7698ac">Text here</p>

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


#7698ac Background Color

<div style="background-color:#7698ac">
Div content here</div>

This div background color is #7698ac


#7698ac Border Color

<div style="border:3px solid #7698ac">
Div here</div>

This div border color is #7698ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,152,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7698ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7698ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7698ac;
  box-shadow:         1px 1px 3px 2px #7698ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7698ac


Comments

No comments written yet.

Please login to write comment.