Color Hex Logo

#98420e Color Hex

#98420E
(152,66,14)
0 Favorites   0 Comments

Color spaces of #98420e

RGB 1526614
HSL0.060.830.33
HSV23°91°60°
CMYK 0.000.570.91   0.40
XYZ14.976410.60351.6728
Yxy10.60350.54950.3891
Hunter Lab32.563025.110519.7483
CIE-Lab38.904533.402444.9436

#98420e color RGB value is (152,66,14).

#98420e hex color red value is 152, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #98420e hue: 0.06 , saturation: 0.83 and the lightness value of 98420e is 0.33.

The process color (four color CMYK) of #98420e color hex is 0.00, 0.57, 0.91, 0.40. Web safe color of #98420e is #993300. Color #98420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000010 00001110
Octal 230 102 16
Decimal 152 66 14
Hex 98 42 E

RGB Percentages of Color #98420e

%65.52
%28.45
%6.03

CMYK Percentages of Color #98420e

%0
%57
%91
%40

Triadic Colors of #98420e

#98420e #0e9842 #420e98

Analogous Colors of #98420e

#98420e #98870e #980e1f

Monochromatic Colors of #98420e

#98420e

Complementary Color

#98420e #0e6498

#98420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98420e Color CSS Codes

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

#98420e Text Font Color

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

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


#98420e Background Color

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

This div background color is #98420e


#98420e Border Color

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

This div border color is #98420e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,66,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98420e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98420e;
  -webkit-box-shadow: 1px 1px 3px 2px #98420e;
  box-shadow:         1px 1px 3px 2px #98420e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98420e


Comments

No comments written yet.

Please login to write comment.