Color Hex Logo

#7688ab Color Hex

#7688AB
(118,136,171)
0 Favorites   0 Comments

Color spaces of #7688ab

RGB 118136171
HSL0.610.240.57
HSV220°31°67°
CMYK 0.310.200.00   0.33
XYZ23.626124.400141.9925
Yxy24.40010.26250.2711
Hunter Lab49.3965-1.0681-15.8256
CIE-Lab56.48621.9393-20.6034

#7688ab color RGB value is (118,136,171).

#7688ab hex color red value is 118, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7688ab hue: 0.61 , saturation: 0.24 and the lightness value of 7688ab is 0.57.

The process color (four color CMYK) of #7688ab color hex is 0.31, 0.20, 0.00, 0.33. Web safe color of #7688ab is #669999. Color #7688ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 10101011
Octal 166 210 253
Decimal 118 136 171
Hex 76 88 AB

RGB Percentages of Color #7688ab

%27.76
%32.00
%40.24

CMYK Percentages of Color #7688ab

%31
%20
%0
%33

Triadic Colors of #7688ab

#7688ab #ab7688 #88ab76

Analogous Colors of #7688ab

#7688ab #7f76ab #76a3ab

Monochromatic Colors of #7688ab

#7688ab

Complementary Color

#7688ab #ab9976

#7688ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7688ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7688ab Color CSS Codes

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

#7688ab Text Font Color

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

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


#7688ab Background Color

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

This div background color is #7688ab


#7688ab Border Color

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

This div border color is #7688ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7688ab


Comments

No comments written yet.

Please login to write comment.