Color Hex Logo

#985007 Color Hex

#985007
(152,80,7)
0 Favorites   0 Comments

Color spaces of #985007

RGB 152807
HSL0.080.910.31
HSV30°95°60°
CMYK 0.000.470.95   0.40
XYZ15.855912.42811.7642
Yxy12.42810.52770.4136
Hunter Lab35.253518.589921.7104
CIE-Lab41.888625.726149.1991

#985007 color RGB value is (152,80,7).

#985007 hex color red value is 152, green value is 80 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #985007 hue: 0.08 , saturation: 0.91 and the lightness value of 985007 is 0.31.

The process color (four color CMYK) of #985007 color hex is 0.00, 0.47, 0.95, 0.40. Web safe color of #985007 is #996600. Color #985007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 00000111
Octal 230 120 7
Decimal 152 80 7
Hex 98 50 7

RGB Percentages of Color #985007

%63.60
%33.47
%2.93

CMYK Percentages of Color #985007

%0
%47
%95
%40

Triadic Colors of #985007

#985007 #079850 #500798

Analogous Colors of #985007

#985007 #989807 #980707

Monochromatic Colors of #985007

#985007

Complementary Color

#985007 #074f98

#985007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985007 Color CSS Codes

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

#985007 Text Font Color

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

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


#985007 Background Color

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

This div background color is #985007


#985007 Border Color

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

This div border color is #985007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985007


Comments

No comments written yet.

Please login to write comment.