Color Hex Logo

#8c825e Color Hex

#8C825E
(140,130,94)
0 Favorites   0 Comments

Color spaces of #8c825e

RGB 14013094
HSL0.130.200.46
HSV47°33°55°
CMYK 0.000.070.33   0.45
XYZ20.818222.348913.8062
Yxy22.34890.36540.3923
Hunter Lab47.2746-4.125015.7770
CIE-Lab54.3953-2.031320.8938

#8c825e color RGB value is (140,130,94).

#8c825e hex color red value is 140, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8c825e hue: 0.13 , saturation: 0.20 and the lightness value of 8c825e is 0.46.

The process color (four color CMYK) of #8c825e color hex is 0.00, 0.07, 0.33, 0.45. Web safe color of #8c825e is #999966. Color #8c825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000010 01011110
Octal 214 202 136
Decimal 140 130 94
Hex 8C 82 5E

RGB Percentages of Color #8c825e

%38.46
%35.71
%25.82

CMYK Percentages of Color #8c825e

%0
%7
%33
%45

Triadic Colors of #8c825e

#8c825e #5e8c82 #825e8c

Analogous Colors of #8c825e

#8c825e #7f8c5e #8c6b5e

Monochromatic Colors of #8c825e

#8c825e

Complementary Color

#8c825e #5e688c

#8c825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c825e Color CSS Codes

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

#8c825e Text Font Color

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

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


#8c825e Background Color

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

This div background color is #8c825e


#8c825e Border Color

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

This div border color is #8c825e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,130,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c825e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c825e;
  -webkit-box-shadow: 1px 1px 3px 2px #8c825e;
  box-shadow:         1px 1px 3px 2px #8c825e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,130,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c825e


Comments

No comments written yet.

Please login to write comment.