Color Hex Logo

#889898 Color Hex

#889898
(136,152,152)
0 Favorites   0 Comments

Color spaces of #889898

RGB 136152152
HSL0.500.070.56
HSV180°11°60°
CMYK 0.110.000.00   0.40
XYZ27.049129.957734.0625
Yxy29.95770.29700.3290
Hunter Lab54.7336-7.57001.4155
CIE-Lab61.6177-5.6760-1.9458

#889898 color RGB value is (136,152,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 10011000
Octal 210 230 230
Decimal 136 152 152
Hex 88 98 98

RGB Percentages of Color #889898

%30.91
%34.55
%34.55

CMYK Percentages of Color #889898

%11
%0
%0
%40

Triadic Colors of #889898

#889898 #988898 #989888

Analogous Colors of #889898

#889898 #889098 #889890

Monochromatic Colors of #889898

#889898

Complementary Color

#889898 #988888

#889898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889898 Color CSS Codes

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

#889898 Text Font Color

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

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


#889898 Background Color

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

This div background color is #889898


#889898 Border Color

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

This div border color is #889898


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,152,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 #889898">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889898


Comments

No comments written yet.

Please login to write comment.