Color Hex Logo

#9c8c10 Color Hex

#9C8C10
(156,140,16)
0 Favorites   0 Comments

Color spaces of #9c8c10

RGB 15614016
HSL0.150.810.34
HSV53°90°61°
CMYK 0.000.100.90   0.39
XYZ23.181925.86154.2602
Yxy25.86150.43490.4852
Hunter Lab50.8542-7.625630.6311
CIE-Lab57.9054-6.160559.5256

#9c8c10 color RGB value is (156,140,16).

#9c8c10 hex color red value is 156, green value is 140 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #9c8c10 hue: 0.15 , saturation: 0.81 and the lightness value of 9c8c10 is 0.34.

The process color (four color CMYK) of #9c8c10 color hex is 0.00, 0.10, 0.90, 0.39. Web safe color of #9c8c10 is #999900. Color #9c8c10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001100 00010000
Octal 234 214 20
Decimal 156 140 16
Hex 9C 8C 10

RGB Percentages of Color #9c8c10

%50.00
%44.87
%5.13

CMYK Percentages of Color #9c8c10

%0
%10
%90
%39

Triadic Colors of #9c8c10

#9c8c10 #109c8c #8c109c

Analogous Colors of #9c8c10

#9c8c10 #669c10 #9c4610

Monochromatic Colors of #9c8c10

#9c8c10

Complementary Color

#9c8c10 #10209c

#9c8c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8c10 Color CSS Codes

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

#9c8c10 Text Font Color

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

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


#9c8c10 Background Color

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

This div background color is #9c8c10


#9c8c10 Border Color

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

This div border color is #9c8c10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,140,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c8c10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c8c10;
  -webkit-box-shadow: 1px 1px 3px 2px #9c8c10;
  box-shadow:         1px 1px 3px 2px #9c8c10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8c10


Comments

No comments written yet.

Please login to write comment.