Color Hex Logo

#896002 Color Hex

#896002
(137,96,2)
0 Favorites   0 Comments

Color spaces of #896002

RGB 137962
HSL0.120.970.27
HSV42°99°54°
CMYK 0.000.300.99   0.46
XYZ14.510413.68851.9348
Yxy13.68850.48150.4543
Hunter Lab36.99805.260322.7980
CIE-Lab43.78289.544450.8837

#896002 color RGB value is (137,96,2).

#896002 hex color red value is 137, green value is 96 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #896002 hue: 0.12 , saturation: 0.97 and the lightness value of 896002 is 0.27.

The process color (four color CMYK) of #896002 color hex is 0.00, 0.30, 0.99, 0.46. Web safe color of #896002 is #996600. Color #896002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 00000010
Octal 211 140 2
Decimal 137 96 2
Hex 89 60 2

RGB Percentages of Color #896002

%58.30
%40.85
%0.85

CMYK Percentages of Color #896002

%0
%30
%99
%46

Triadic Colors of #896002

#896002 #028960 #600289

Analogous Colors of #896002

#896002 #6f8902 #891d02

Monochromatic Colors of #896002

#896002

Complementary Color

#896002 #022b89

#896002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896002 Color CSS Codes

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

#896002 Text Font Color

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

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


#896002 Background Color

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

This div background color is #896002


#896002 Border Color

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

This div border color is #896002


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,96,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896002; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896002;
  -webkit-box-shadow: 1px 1px 3px 2px #896002;
  box-shadow:         1px 1px 3px 2px #896002; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896002


Comments

No comments written yet.

Please login to write comment.