Color Hex Logo

#889269 Color Hex

#889269
(136,146,105)
0 Favorites   0 Comments

Color spaces of #889269

RGB 136146105
HSL0.210.160.49
HSV75°28°57°
CMYK 0.070.000.28   0.43
XYZ22.982026.811917.3285
Yxy26.81190.34240.3994
Hunter Lab51.7802-11.390416.4045
CIE-Lab58.7998-10.916520.5816

#889269 color RGB value is (136,146,105).

#889269 hex color red value is 136, green value is 146 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #889269 hue: 0.21 , saturation: 0.16 and the lightness value of 889269 is 0.49.

The process color (four color CMYK) of #889269 color hex is 0.07, 0.00, 0.28, 0.43. Web safe color of #889269 is #999966. Color #889269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 01101001
Octal 210 222 151
Decimal 136 146 105
Hex 88 92 69

RGB Percentages of Color #889269

%35.14
%37.73
%27.13

CMYK Percentages of Color #889269

%7
%0
%28
%43

Triadic Colors of #889269

#889269 #698892 #926988

Analogous Colors of #889269

#889269 #749269 #928869

Monochromatic Colors of #889269

#889269

Complementary Color

#889269 #736992

#889269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889269 Color CSS Codes

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

#889269 Text Font Color

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

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


#889269 Background Color

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

This div background color is #889269


#889269 Border Color

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

This div border color is #889269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889269


Comments

No comments written yet.

Please login to write comment.