Color Hex Logo

#848186 Color Hex

#848186
(132,129,134)
0 Favorites   0 Comments

Color spaces of #848186

RGB 132129134
HSL0.770.020.52
HSV276°53°
CMYK 0.010.040.00   0.47
XYZ21.669122.327325.7218
Yxy22.32730.31080.3203
Hunter Lab47.2518-0.83260.8014
CIE-Lab54.37262.1181-2.3036

#848186 color RGB value is (132,129,134).

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

The process color (four color CMYK) of #848186 color hex is 0.01, 0.04, 0.00, 0.47. Web safe color of #848186 is #999999. Color #848186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 10000110
Octal 204 201 206
Decimal 132 129 134
Hex 84 81 86

RGB Percentages of Color #848186

%33.42
%32.66
%33.92

CMYK Percentages of Color #848186

%1
%4
%0
%47

Triadic Colors of #848186

#848186 #868481 #818684

Analogous Colors of #848186

#848186 #868186 #828186

Monochromatic Colors of #848186

#848186

Complementary Color

#848186 #838681

#848186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848186 Color CSS Codes

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

#848186 Text Font Color

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

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


#848186 Background Color

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

This div background color is #848186


#848186 Border Color

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

This div border color is #848186


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,129,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 #848186">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848186


Comments

No comments written yet.

Please login to write comment.