Color Hex Logo

#985009 Color Hex

#985009
(152,80,9)
0 Favorites   0 Comments

Color spaces of #985009

RGB 152809
HSL0.080.890.32
HSV30°94°60°
CMYK 0.000.470.94   0.40
XYZ15.866912.43241.8219
Yxy12.43240.52680.4127
Hunter Lab35.259618.621121.6182
CIE-Lab41.895325.761048.6648

#985009 color RGB value is (152,80,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010000 00001001
Octal 230 120 11
Decimal 152 80 9
Hex 98 50 9

RGB Percentages of Color #985009

%63.07
%33.20
%3.73

CMYK Percentages of Color #985009

%0
%47
%94
%40

Triadic Colors of #985009

#985009 #099850 #500998

Analogous Colors of #985009

#985009 #989809 #98090a

Monochromatic Colors of #985009

#985009

Complementary Color

#985009 #095198

#985009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985009 Color CSS Codes

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

#985009 Text Font Color

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

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


#985009 Background Color

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

This div background color is #985009


#985009 Border Color

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

This div border color is #985009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985009


Comments

No comments written yet.

Please login to write comment.