Color Hex Logo

#848906 Color Hex

#848906
(132,137,6)
0 Favorites   0 Comments

Color spaces of #848906

RGB 1321376
HSL0.170.920.28
HSV62°96°54°
CMYK 0.040.000.96   0.46
XYZ18.494322.81003.6003
Yxy22.81000.41190.5080
Hunter Lab47.7598-14.458128.9624
CIE-Lab54.8761-15.763958.0069

#848906 color RGB value is (132,137,6).

#848906 hex color red value is 132, green value is 137 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #848906 hue: 0.17 , saturation: 0.92 and the lightness value of 848906 is 0.28.

The process color (four color CMYK) of #848906 color hex is 0.04, 0.00, 0.96, 0.46. Web safe color of #848906 is #999900. Color #848906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 00000110
Octal 204 211 6
Decimal 132 137 6
Hex 84 89 6

RGB Percentages of Color #848906

%48.00
%49.82
%2.18

CMYK Percentages of Color #848906

%4
%0
%96
%46

Triadic Colors of #848906

#848906 #068489 #890684

Analogous Colors of #848906

#848906 #428906 #894d06

Monochromatic Colors of #848906

#848906

Complementary Color

#848906 #0b0689

#848906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848906 Color CSS Codes

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

#848906 Text Font Color

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

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


#848906 Background Color

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

This div background color is #848906


#848906 Border Color

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

This div border color is #848906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848906


Comments

No comments written yet.

Please login to write comment.