Color Hex Logo

#838286 Color Hex

#838286
(131,130,134)
0 Favorites   0 Comments

Color spaces of #838286

RGB 131130134
HSL0.710.020.52
HSV255°53°
CMYK 0.020.030.00   0.47
XYZ21.645822.511825.7586
Yxy22.51180.30960.3220
Hunter Lab47.4466-1.59741.0243
CIE-Lab54.56591.1754-2.0293

#838286 color RGB value is (131,130,134).

#838286 hex color red value is 131, green value is 130 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #838286 hue: 0.71 , saturation: 0.02 and the lightness value of 838286 is 0.52.

The process color (four color CMYK) of #838286 color hex is 0.02, 0.03, 0.00, 0.47. Web safe color of #838286 is #999999. Color #838286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000010 10000110
Octal 203 202 206
Decimal 131 130 134
Hex 83 82 86

RGB Percentages of Color #838286

%33.16
%32.91
%33.92

CMYK Percentages of Color #838286

%2
%3
%0
%47

Triadic Colors of #838286

#838286 #868382 #828683

Analogous Colors of #838286

#838286 #858286 #828386

Monochromatic Colors of #838286

#838286

Complementary Color

#838286 #858682

#838286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838286 Color CSS Codes

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

#838286 Text Font Color

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

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


#838286 Background Color

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

This div background color is #838286


#838286 Border Color

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

This div border color is #838286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838286


Comments

No comments written yet.

Please login to write comment.