Color Hex Logo

#899698 Color Hex

#899698
(137,150,152)
0 Favorites   0 Comments

Color spaces of #899698

RGB 137150152
HSL0.520.070.57
HSV188°10°60°
CMYK 0.100.010.00   0.40
XYZ26.890429.398133.9629
Yxy29.39810.29790.3257
Hunter Lab54.2200-6.35800.8153
CIE-Lab61.1314-4.2242-2.6519

#899698 color RGB value is (137,150,152).

#899698 hex color red value is 137, green value is 150 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #899698 hue: 0.52 , saturation: 0.07 and the lightness value of 899698 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 10011000
Octal 211 226 230
Decimal 137 150 152
Hex 89 96 98

RGB Percentages of Color #899698

%31.21
%34.17
%34.62

CMYK Percentages of Color #899698

%10
%1
%0
%40

Triadic Colors of #899698

#899698 #988996 #969889

Analogous Colors of #899698

#899698 #898f98 #899893

Monochromatic Colors of #899698

#899698

Complementary Color

#899698 #988b89

#899698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899698 Color CSS Codes

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

#899698 Text Font Color

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

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


#899698 Background Color

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

This div background color is #899698


#899698 Border Color

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

This div border color is #899698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899698


Comments

No comments written yet.

Please login to write comment.