Color Hex Logo

#849c0a Color Hex

#849C0A
(132,156,10)
0 Favorites   0 Comments

Color spaces of #849c0a

RGB 13215610
HSL0.190.880.33
HSV70°94°61°
CMYK 0.150.000.94   0.39
XYZ21.459028.70444.6967
Yxy28.70440.39120.5232
Hunter Lab53.5765-22.264232.3060
CIE-Lab60.5199-25.369261.7894

#849c0a color RGB value is (132,156,10).

#849c0a hex color red value is 132, green value is 156 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #849c0a hue: 0.19 , saturation: 0.88 and the lightness value of 849c0a is 0.33.

The process color (four color CMYK) of #849c0a color hex is 0.15, 0.00, 0.94, 0.39. Web safe color of #849c0a is #999900. Color #849c0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 00001010
Octal 204 234 12
Decimal 132 156 10
Hex 84 9C A

RGB Percentages of Color #849c0a

%44.30
%52.35
%3.36

CMYK Percentages of Color #849c0a

%15
%0
%94
%39

Triadic Colors of #849c0a

#849c0a #0a849c #9c0a84

Analogous Colors of #849c0a

#849c0a #3b9c0a #9c6b0a

Monochromatic Colors of #849c0a

#849c0a

Complementary Color

#849c0a #220a9c

#849c0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849c0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#849c0a Color CSS Codes

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

#849c0a Text Font Color

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

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


#849c0a Background Color

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

This div background color is #849c0a


#849c0a Border Color

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

This div border color is #849c0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,156,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849c0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849c0a;
  -webkit-box-shadow: 1px 1px 3px 2px #849c0a;
  box-shadow:         1px 1px 3px 2px #849c0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849c0a


Comments

No comments written yet.

Please login to write comment.