Color Hex Logo

#848814 Color Hex

#848814
(132,136,20)
0 Favorites   0 Comments

Color spaces of #848814

RGB 13213620
HSL0.170.740.31
HSV62°85°53°
CMYK 0.030.000.85   0.47
XYZ18.446122.56444.0450
Yxy22.56440.40940.5008
Hunter Lab47.5020-13.812928.2026
CIE-Lab54.6208-14.915455.0256

#848814 color RGB value is (132,136,20).

#848814 hex color red value is 132, green value is 136 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #848814 hue: 0.17 , saturation: 0.74 and the lightness value of 848814 is 0.31.

The process color (four color CMYK) of #848814 color hex is 0.03, 0.00, 0.85, 0.47. Web safe color of #848814 is #999900. Color #848814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 00010100
Octal 204 210 24
Decimal 132 136 20
Hex 84 88 14

RGB Percentages of Color #848814

%45.83
%47.22
%6.94

CMYK Percentages of Color #848814

%3
%0
%85
%47

Triadic Colors of #848814

#848814 #148488 #881484

Analogous Colors of #848814

#848814 #4a8814 #885214

Monochromatic Colors of #848814

#848814

Complementary Color

#848814 #181488

#848814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848814 Color CSS Codes

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

#848814 Text Font Color

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

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


#848814 Background Color

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

This div background color is #848814


#848814 Border Color

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

This div border color is #848814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848814


Comments

No comments written yet.

Please login to write comment.