Color Hex Logo

#7692ab Color Hex

#7692AB
(118,146,171)
0 Favorites   0 Comments

Color spaces of #7692ab

RGB 118146171
HSL0.580.240.57
HSV208°31°67°
CMYK 0.310.150.00   0.33
XYZ25.100827.349642.4841
Yxy27.34960.26440.2881
Hunter Lab52.2968-5.8452-11.5573
CIE-Lab59.2965-3.7648-16.3239

#7692ab color RGB value is (118,146,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010010 10101011
Octal 166 222 253
Decimal 118 146 171
Hex 76 92 AB

RGB Percentages of Color #7692ab

%27.13
%33.56
%39.31

CMYK Percentages of Color #7692ab

%31
%15
%0
%33

Triadic Colors of #7692ab

#7692ab #ab7692 #92ab76

Analogous Colors of #7692ab

#7692ab #7678ab #76abaa

Monochromatic Colors of #7692ab

#7692ab

Complementary Color

#7692ab #ab8f76

#7692ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7692ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7692ab Color CSS Codes

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

#7692ab Text Font Color

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

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


#7692ab Background Color

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

This div background color is #7692ab


#7692ab Border Color

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

This div border color is #7692ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7692ab


Comments

No comments written yet.

Please login to write comment.