Color Hex Logo

#849996 Color Hex

#849996
(132,153,150)
0 Favorites   0 Comments

Color spaces of #849996

RGB 132153150
HSL0.480.090.56
HSV171°14°60°
CMYK 0.140.000.02   0.40
XYZ26.412029.890033.2315
Yxy29.89000.29500.3338
Hunter Lab54.6717-9.44202.2316
CIE-Lab61.5592-8.0265-0.9335

#849996 color RGB value is (132,153,150).

#849996 hex color red value is 132, green value is 153 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #849996 hue: 0.48 , saturation: 0.09 and the lightness value of 849996 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011001 10010110
Octal 204 231 226
Decimal 132 153 150
Hex 84 99 96

RGB Percentages of Color #849996

%30.34
%35.17
%34.48

CMYK Percentages of Color #849996

%14
%0
%2
%40

Triadic Colors of #849996

#849996 #968499 #999684

Analogous Colors of #849996

#849996 #849299 #84998c

Monochromatic Colors of #849996

#849996

Complementary Color

#849996 #998487

#849996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849996 Color CSS Codes

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

#849996 Text Font Color

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

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


#849996 Background Color

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

This div background color is #849996


#849996 Border Color

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

This div border color is #849996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849996


Comments

No comments written yet.

Please login to write comment.