Color Hex Logo

#899299 Color Hex

#899299
(137,146,153)
0 Favorites   0 Comments

Color spaces of #899299

RGB 137146153
HSL0.570.070.57
HSV206°10°60°
CMYK 0.100.050.00   0.40
XYZ26.345228.176034.1870
Yxy28.17600.29700.3176
Hunter Lab53.0811-4.2987-1.0291
CIE-Lab60.0474-1.7855-4.8185

#899299 color RGB value is (137,146,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010010 10011001
Octal 211 222 231
Decimal 137 146 153
Hex 89 92 99

RGB Percentages of Color #899299

%31.42
%33.49
%35.09

CMYK Percentages of Color #899299

%10
%5
%0
%40

Triadic Colors of #899299

#899299 #998992 #929989

Analogous Colors of #899299

#899299 #898a99 #899998

Monochromatic Colors of #899299

#899299

Complementary Color

#899299 #999089

#899299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899299 Color CSS Codes

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

#899299 Text Font Color

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

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


#899299 Background Color

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

This div background color is #899299


#899299 Border Color

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

This div border color is #899299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899299


Comments

No comments written yet.

Please login to write comment.