Color Hex Logo

#828696 Color Hex

#828696
(130,134,150)
0 Favorites   0 Comments

Color spaces of #828696

RGB 130134150
HSL0.630.090.55
HSV228°13°59°
CMYK 0.130.110.00   0.41
XYZ23.236023.998032.2616
Yxy23.99800.29230.3019
Hunter Lab48.9878-1.0620-4.7549
CIE-Lab56.08581.9252-9.0474

#828696 color RGB value is (130,134,150).

#828696 hex color red value is 130, green value is 134 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #828696 hue: 0.63 , saturation: 0.09 and the lightness value of 828696 is 0.55.

The process color (four color CMYK) of #828696 color hex is 0.13, 0.11, 0.00, 0.41. Web safe color of #828696 is #999999. Color #828696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000110 10010110
Octal 202 206 226
Decimal 130 134 150
Hex 82 86 96

RGB Percentages of Color #828696

%31.40
%32.37
%36.23

CMYK Percentages of Color #828696

%13
%11
%0
%41

Triadic Colors of #828696

#828696 #968286 #869682

Analogous Colors of #828696

#828696 #888296 #829096

Monochromatic Colors of #828696

#828696

Complementary Color

#828696 #969282

#828696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828696 Color CSS Codes

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

#828696 Text Font Color

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

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


#828696 Background Color

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

This div background color is #828696


#828696 Border Color

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

This div border color is #828696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,134,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828696;
  -webkit-box-shadow: 1px 1px 3px 2px #828696;
  box-shadow:         1px 1px 3px 2px #828696; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,134,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828696


Comments

No comments written yet.

Please login to write comment.