Color Hex Logo

#889250 Color Hex

#889250
(136,146,80)
0 Favorites   0 Comments

Color spaces of #889250

RGB 13614680
HSL0.190.290.44
HSV69°45°57°
CMYK 0.070.000.45   0.43
XYZ21.880226.371211.5264
Yxy26.37120.36600.4412
Hunter Lab51.3529-13.813122.6391
CIE-Lab58.3877-14.199933.6438

#889250 color RGB value is (136,146,80).

#889250 hex color red value is 136, green value is 146 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #889250 hue: 0.19 , saturation: 0.29 and the lightness value of 889250 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 01010000
Octal 210 222 120
Decimal 136 146 80
Hex 88 92 50

RGB Percentages of Color #889250

%37.57
%40.33
%22.10

CMYK Percentages of Color #889250

%7
%0
%45
%43

Triadic Colors of #889250

#889250 #508892 #925088

Analogous Colors of #889250

#889250 #679250 #927b50

Monochromatic Colors of #889250

#889250

Complementary Color

#889250 #5a5092

#889250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889250 Color CSS Codes

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

#889250 Text Font Color

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

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


#889250 Background Color

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

This div background color is #889250


#889250 Border Color

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

This div border color is #889250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889250


Comments

No comments written yet.

Please login to write comment.