Color Hex Logo

#889283 Color Hex

#889283
(136,146,131)
0 Favorites   0 Comments

Color spaces of #889283

RGB 136146131
HSL0.280.060.54
HSV100°10°57°
CMYK 0.070.000.10   0.43
XYZ24.529027.430725.4746
Yxy27.43070.31680.3542
Hunter Lab52.3743-8.05647.8237
CIE-Lab59.3709-6.53996.7115

#889283 color RGB value is (136,146,131).

#889283 hex color red value is 136, green value is 146 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #889283 hue: 0.28 , saturation: 0.06 and the lightness value of 889283 is 0.54.

The process color (four color CMYK) of #889283 color hex is 0.07, 0.00, 0.10, 0.43. Web safe color of #889283 is #999999. Color #889283 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 10000011
Octal 210 222 203
Decimal 136 146 131
Hex 88 92 83

RGB Percentages of Color #889283

%32.93
%35.35
%31.72

CMYK Percentages of Color #889283

%7
%0
%10
%43

Triadic Colors of #889283

#889283 #838892 #928388

Analogous Colors of #889283

#889283 #839286 #909283

Monochromatic Colors of #889283

#889283

Complementary Color

#889283 #8d8392

#889283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889283 Color CSS Codes

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

#889283 Text Font Color

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

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


#889283 Background Color

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

This div background color is #889283


#889283 Border Color

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

This div border color is #889283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889283


Comments

No comments written yet.

Please login to write comment.