Color Hex Logo

#828d93 Color Hex

#828D93
(130,141,147)
0 Favorites   0 Comments

Color spaces of #828d93

RGB 130141147
HSL0.560.070.54
HSV201°12°58°
CMYK 0.120.040.00   0.42
XYZ23.997325.902231.3386
Yxy25.90220.29540.3188
Hunter Lab50.8942-4.8997-0.8825
CIE-Lab57.9441-2.7069-4.5596

#828d93 color RGB value is (130,141,147).

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

The process color (four color CMYK) of #828d93 color hex is 0.12, 0.04, 0.00, 0.42. Web safe color of #828d93 is #999999. Color #828d93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001101 10010011
Octal 202 215 223
Decimal 130 141 147
Hex 82 8D 93

RGB Percentages of Color #828d93

%31.10
%33.73
%35.17

CMYK Percentages of Color #828d93

%12
%4
%0
%42

Triadic Colors of #828d93

#828d93 #93828d #8d9382

Analogous Colors of #828d93

#828d93 #828593 #829391

Monochromatic Colors of #828d93

#828d93

Complementary Color

#828d93 #938882

#828d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828d93 Color CSS Codes

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

#828d93 Text Font Color

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

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


#828d93 Background Color

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

This div background color is #828d93


#828d93 Border Color

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

This div border color is #828d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828d93


Comments

No comments written yet.

Please login to write comment.