Color Hex Logo

#889798 Color Hex

#889798
(136,151,152)
0 Favorites   0 Comments

Color spaces of #889798

RGB 136151152
HSL0.510.070.56
HSV184°11°60°
CMYK 0.110.010.00   0.40
XYZ26.887429.634534.0087
Yxy29.63450.29700.3273
Hunter Lab54.4376-7.10241.0662
CIE-Lab61.3376-5.1252-2.3573

#889798 color RGB value is (136,151,152).

#889798 hex color red value is 136, green value is 151 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #889798 hue: 0.51 , saturation: 0.07 and the lightness value of 889798 is 0.56.

The process color (four color CMYK) of #889798 color hex is 0.11, 0.01, 0.00, 0.40. Web safe color of #889798 is #999999. Color #889798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010111 10011000
Octal 210 227 230
Decimal 136 151 152
Hex 88 97 98

RGB Percentages of Color #889798

%30.98
%34.40
%34.62

CMYK Percentages of Color #889798

%11
%1
%0
%40

Triadic Colors of #889798

#889798 #988897 #979888

Analogous Colors of #889798

#889798 #888f98 #889891

Monochromatic Colors of #889798

#889798

Complementary Color

#889798 #988988

#889798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889798 Color CSS Codes

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

#889798 Text Font Color

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

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


#889798 Background Color

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

This div background color is #889798


#889798 Border Color

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

This div border color is #889798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889798


Comments

No comments written yet.

Please login to write comment.