Color Hex Logo

#849882 Color Hex

#849882
(132,152,130)
0 Favorites   0 Comments

Color spaces of #849882

RGB 132152130
HSL0.320.100.55
HSV115°14°60°
CMYK 0.130.000.14   0.40
XYZ24.773228.973725.4059
Yxy28.97370.31300.3660
Hunter Lab53.8272-12.04569.6948
CIE-Lab60.7584-11.46779.2147

#849882 color RGB value is (132,152,130).

#849882 hex color red value is 132, green value is 152 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #849882 hue: 0.32 , saturation: 0.10 and the lightness value of 849882 is 0.55.

The process color (four color CMYK) of #849882 color hex is 0.13, 0.00, 0.14, 0.40. Web safe color of #849882 is #999999. Color #849882 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011000 10000010
Octal 204 230 202
Decimal 132 152 130
Hex 84 98 82

RGB Percentages of Color #849882

%31.88
%36.71
%31.40

CMYK Percentages of Color #849882

%13
%0
%14
%40

Triadic Colors of #849882

#849882 #828498 #988284

Analogous Colors of #849882

#849882 #82988b #8f9882

Monochromatic Colors of #849882

#849882

Complementary Color

#849882 #968298

#849882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849882 Color CSS Codes

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

#849882 Text Font Color

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

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


#849882 Background Color

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

This div background color is #849882


#849882 Border Color

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

This div border color is #849882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849882


Comments

No comments written yet.

Please login to write comment.