Color Hex Logo

#98680c Color Hex

#98680C
(152,104,12)
0 Favorites   0 Comments

Color spaces of #98680c

RGB 15210412
HSL0.110.850.32
HSV39°92°60°
CMYK 0.000.320.92   0.40
XYZ17.965616.60262.6056
Yxy16.60260.48330.4466
Hunter Lab40.74637.397124.7310
CIE-Lab47.755412.141252.2890

#98680c color RGB value is (152,104,12).

#98680c hex color red value is 152, green value is 104 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #98680c hue: 0.11 , saturation: 0.85 and the lightness value of 98680c is 0.32.

The process color (four color CMYK) of #98680c color hex is 0.00, 0.32, 0.92, 0.40. Web safe color of #98680c is #996600. Color #98680c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 00001100
Octal 230 150 14
Decimal 152 104 12
Hex 98 68 C

RGB Percentages of Color #98680c

%56.72
%38.81
%4.48

CMYK Percentages of Color #98680c

%0
%32
%92
%40

Triadic Colors of #98680c

#98680c #0c9868 #680c98

Analogous Colors of #98680c

#98680c #82980c #98220c

Monochromatic Colors of #98680c

#98680c

Complementary Color

#98680c #0c3c98

#98680c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98680c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98680c Color CSS Codes

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

#98680c Text Font Color

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

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


#98680c Background Color

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

This div background color is #98680c


#98680c Border Color

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

This div border color is #98680c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,104,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98680c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98680c;
  -webkit-box-shadow: 1px 1px 3px 2px #98680c;
  box-shadow:         1px 1px 3px 2px #98680c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,104,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98680c


Comments

No comments written yet.

Please login to write comment.