Color Hex Logo

#828b92 Color Hex

#828B92
(130,139,146)
0 Favorites   0 Comments

Color spaces of #828b92

RGB 130139146
HSL0.570.070.54
HSV206°11°57°
CMYK 0.110.050.00   0.43
XYZ23.626825.286430.8296
Yxy25.28640.29630.3171
Hunter Lab50.2856-4.1311-1.1502
CIE-Lab57.3534-1.7957-4.8592

#828b92 color RGB value is (130,139,146).

#828b92 hex color red value is 130, green value is 139 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #828b92 hue: 0.57 , saturation: 0.07 and the lightness value of 828b92 is 0.54.

The process color (four color CMYK) of #828b92 color hex is 0.11, 0.05, 0.00, 0.43. Web safe color of #828b92 is #999999. Color #828b92 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001011 10010010
Octal 202 213 222
Decimal 130 139 146
Hex 82 8B 92

RGB Percentages of Color #828b92

%31.33
%33.49
%35.18

CMYK Percentages of Color #828b92

%11
%5
%0
%43

Triadic Colors of #828b92

#828b92 #92828b #8b9282

Analogous Colors of #828b92

#828b92 #828392 #829291

Monochromatic Colors of #828b92

#828b92

Complementary Color

#828b92 #928982

#828b92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828b92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828b92 Color CSS Codes

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

#828b92 Text Font Color

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

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


#828b92 Background Color

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

This div background color is #828b92


#828b92 Border Color

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

This div border color is #828b92


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,139,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828b92; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828b92;
  -webkit-box-shadow: 1px 1px 3px 2px #828b92;
  box-shadow:         1px 1px 3px 2px #828b92; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828b92


Comments

No comments written yet.

Please login to write comment.