Color Hex Logo

#899499 Color Hex

#899499
(137,148,153)
1 Favorites   0 Comments

Color spaces of #899499

RGB 137148153
HSL0.550.070.57
HSV199°10°60°
CMYK 0.100.030.00   0.40
XYZ26.656228.798134.2906
Yxy28.79810.29700.3209
Hunter Lab53.6639-5.2463-0.3209
CIE-Lab60.6030-2.9026-3.9977

#899499 color RGB value is (137,148,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 10011001
Octal 211 224 231
Decimal 137 148 153
Hex 89 94 99

RGB Percentages of Color #899499

%31.28
%33.79
%34.93

CMYK Percentages of Color #899499

%10
%3
%0
%40

Triadic Colors of #899499

#899499 #998994 #949989

Analogous Colors of #899499

#899499 #898c99 #899996

Monochromatic Colors of #899499

#899499

Complementary Color

#899499 #998e89

#899499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899499 Color CSS Codes

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

#899499 Text Font Color

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

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


#899499 Background Color

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

This div background color is #899499


#899499 Border Color

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

This div border color is #899499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899499


Comments

No comments written yet.

Please login to write comment.