Color Hex Logo

#983500 Color Hex

#983500
(152,53,0)
0 Favorites   0 Comments

Color spaces of #983500

RGB 152530
HSL0.061.000.30
HSV21°100°60°
CMYK 0.000.651.00   0.40
XYZ14.22209.22161.0304
Yxy9.22160.58110.3768
Hunter Lab30.367130.455619.2452
CIE-Lab36.407539.552448.0540

#983500 color RGB value is (152,53,0).

#983500 hex color red value is 152, green value is 53 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #983500 hue: 0.06 , saturation: 1.00 and the lightness value of 983500 is 0.30.

The process color (four color CMYK) of #983500 color hex is 0.00, 0.65, 1.00, 0.40. Web safe color of #983500 is #993300. Color #983500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110101 00000000
Octal 230 65 0
Decimal 152 53 0
Hex 98 35 0

RGB Percentages of Color #983500

%74.15
%25.85
%0.00

CMYK Percentages of Color #983500

%0
%65
%100
%40

Triadic Colors of #983500

#983500 #009835 #350098

Analogous Colors of #983500

#983500 #988100 #980017

Monochromatic Colors of #983500

#983500

Complementary Color

#983500 #006398

#983500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983500 Color CSS Codes

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

#983500 Text Font Color

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

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


#983500 Background Color

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

This div background color is #983500


#983500 Border Color

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

This div border color is #983500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,53,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983500;
  -webkit-box-shadow: 1px 1px 3px 2px #983500;
  box-shadow:         1px 1px 3px 2px #983500; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983500


Comments

No comments written yet.

Please login to write comment.