Color Hex Logo

#889456 Color Hex

#889456
(136,148,86)
0 Favorites   0 Comments

Color spaces of #889456

RGB 13614886
HSL0.200.260.46
HSV72°42°58°
CMYK 0.080.000.42   0.42
XYZ22.423027.085912.8504
Yxy27.08590.35960.4344
Hunter Lab52.0441-14.171221.7914
CIE-Lab59.0538-14.557431.3000

#889456 color RGB value is (136,148,86).

#889456 hex color red value is 136, green value is 148 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #889456 hue: 0.20 , saturation: 0.26 and the lightness value of 889456 is 0.46.

The process color (four color CMYK) of #889456 color hex is 0.08, 0.00, 0.42, 0.42. Web safe color of #889456 is #999966. Color #889456 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010100 01010110
Octal 210 224 126
Decimal 136 148 86
Hex 88 94 56

RGB Percentages of Color #889456

%36.76
%40.00
%23.24

CMYK Percentages of Color #889456

%8
%0
%42
%42

Triadic Colors of #889456

#889456 #568894 #945688

Analogous Colors of #889456

#889456 #699456 #948156

Monochromatic Colors of #889456

#889456

Complementary Color

#889456 #625694

#889456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889456 Color CSS Codes

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

#889456 Text Font Color

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

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


#889456 Background Color

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

This div background color is #889456


#889456 Border Color

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

This div border color is #889456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889456


Comments

No comments written yet.

Please login to write comment.