Color Hex Logo

#848708 Color Hex

#848708
(132,135,8)
0 Favorites   0 Comments

Color spaces of #848708

RGB 1321358
HSL0.170.890.28
HSV61°94°53°
CMYK 0.020.000.94   0.47
XYZ18.223522.25103.5641
Yxy22.25100.41380.5053
Hunter Lab47.1710-13.589528.5399
CIE-Lab54.2923-14.668757.2162

#848708 color RGB value is (132,135,8).

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

The process color (four color CMYK) of #848708 color hex is 0.02, 0.00, 0.94, 0.47. Web safe color of #848708 is #999900. Color #848708 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 00001000
Octal 204 207 10
Decimal 132 135 8
Hex 84 87 8

RGB Percentages of Color #848708

%48.00
%49.09
%2.91

CMYK Percentages of Color #848708

%2
%0
%94
%47

Triadic Colors of #848708

#848708 #088487 #870884

Analogous Colors of #848708

#848708 #458708 #874b08

Monochromatic Colors of #848708

#848708

Complementary Color

#848708 #0b0887

#848708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848708 Color CSS Codes

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

#848708 Text Font Color

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

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


#848708 Background Color

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

This div background color is #848708


#848708 Border Color

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

This div border color is #848708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848708


Comments

No comments written yet.

Please login to write comment.