Color Hex Logo

#898864 Color Hex

#898864
(137,136,100)
1 Favorites   0 Comments

Color spaces of #898864

RGB 137136100
HSL0.160.160.46
HSV58°27°54°
CMYK 0.000.010.27   0.46
XYZ21.420923.846815.5305
Yxy23.84680.35230.3922
Hunter Lab48.8332-7.158215.3271
CIE-Lab55.9341-5.783219.5270

#898864 color RGB value is (137,136,100).

#898864 hex color red value is 137, green value is 136 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #898864 hue: 0.16 , saturation: 0.16 and the lightness value of 898864 is 0.46.

The process color (four color CMYK) of #898864 color hex is 0.00, 0.01, 0.27, 0.46. Web safe color of #898864 is #999966. Color #898864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001000 01100100
Octal 211 210 144
Decimal 137 136 100
Hex 89 88 64

RGB Percentages of Color #898864

%36.73
%36.46
%26.81

CMYK Percentages of Color #898864

%0
%1
%27
%46

Triadic Colors of #898864

#898864 #648988 #886489

Analogous Colors of #898864

#898864 #788964 #897664

Monochromatic Colors of #898864

#898864

Complementary Color

#898864 #646589

#898864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898864 Color CSS Codes

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

#898864 Text Font Color

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

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


#898864 Background Color

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

This div background color is #898864


#898864 Border Color

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

This div border color is #898864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898864


Comments

No comments written yet.

Please login to write comment.