Color Hex Logo

#7683ab Color Hex

#7683AB
(118,131,171)
0 Favorites   0 Comments

Color spaces of #7683ab

RGB 118131171
HSL0.630.240.57
HSV225°31°67°
CMYK 0.310.230.00   0.33
XYZ22.938223.024441.7633
Yxy23.02440.26150.2625
Hunter Lab47.98371.3588-18.0152
CIE-Lab55.09754.8439-22.7324

#7683ab color RGB value is (118,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 10101011
Octal 166 203 253
Decimal 118 131 171
Hex 76 83 AB

RGB Percentages of Color #7683ab

%28.10
%31.19
%40.71

CMYK Percentages of Color #7683ab

%31
%23
%0
%33

Triadic Colors of #7683ab

#7683ab #ab7683 #83ab76

Analogous Colors of #7683ab

#7683ab #8476ab #769eab

Monochromatic Colors of #7683ab

#7683ab

Complementary Color

#7683ab #ab9e76

#7683ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7683ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7683ab Color CSS Codes

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

#7683ab Text Font Color

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

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


#7683ab Background Color

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

This div background color is #7683ab


#7683ab Border Color

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

This div border color is #7683ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7683ab


Comments

No comments written yet.

Please login to write comment.