Color Hex Logo

#8c6c14 Color Hex

#8C6C14
(140,108,20)
0 Favorites   0 Comments

Color spaces of #8c6c14

RGB 14010820
HSL0.120.750.31
HSV44°86°55°
CMYK 0.000.230.86   0.45
XYZ16.304016.35112.9586
Yxy16.35110.45780.4591
Hunter Lab40.43651.207423.9675
CIE-Lab47.43184.401849.2378

#8c6c14 color RGB value is (140,108,20).

#8c6c14 hex color red value is 140, green value is 108 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #8c6c14 hue: 0.12 , saturation: 0.75 and the lightness value of 8c6c14 is 0.31.

The process color (four color CMYK) of #8c6c14 color hex is 0.00, 0.23, 0.86, 0.45. Web safe color of #8c6c14 is #996600. Color #8c6c14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101100 00010100
Octal 214 154 24
Decimal 140 108 20
Hex 8C 6C 14

RGB Percentages of Color #8c6c14

%52.24
%40.30
%7.46

CMYK Percentages of Color #8c6c14

%0
%23
%86
%45

Triadic Colors of #8c6c14

#8c6c14 #148c6c #6c148c

Analogous Colors of #8c6c14

#8c6c14 #708c14 #8c3014

Monochromatic Colors of #8c6c14

#8c6c14

Complementary Color

#8c6c14 #14348c

#8c6c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6c14 Color CSS Codes

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

#8c6c14 Text Font Color

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

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


#8c6c14 Background Color

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

This div background color is #8c6c14


#8c6c14 Border Color

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

This div border color is #8c6c14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,108,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 #8c6c14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6c14


Comments

No comments written yet.

Please login to write comment.