Color Hex Logo

#899ca6 Color Hex

#899CA6
(137,156,166)
0 Favorites   0 Comments

Color spaces of #899ca6

RGB 137156166
HSL0.560.140.59
HSV201°17°65°
CMYK 0.170.060.00   0.35
XYZ29.087931.848540.6907
Yxy31.84850.28620.3134
Hunter Lab56.4345-6.7565-3.2455
CIE-Lab63.2175-4.5078-7.4776

#899ca6 color RGB value is (137,156,166).

#899ca6 hex color red value is 137, green value is 156 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #899ca6 hue: 0.56 , saturation: 0.14 and the lightness value of 899ca6 is 0.59.

The process color (four color CMYK) of #899ca6 color hex is 0.17, 0.06, 0.00, 0.35. Web safe color of #899ca6 is #999999. Color #899ca6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 10100110
Octal 211 234 246
Decimal 137 156 166
Hex 89 9C A6

RGB Percentages of Color #899ca6

%29.85
%33.99
%36.17

CMYK Percentages of Color #899ca6

%17
%6
%0
%35

Triadic Colors of #899ca6

#899ca6 #a6899c #9ca689

Analogous Colors of #899ca6

#899ca6 #898ea6 #89a6a2

Monochromatic Colors of #899ca6

#899ca6

Complementary Color

#899ca6 #a69389

#899ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ca6 Color CSS Codes

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

#899ca6 Text Font Color

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

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


#899ca6 Background Color

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

This div background color is #899ca6


#899ca6 Border Color

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

This div border color is #899ca6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,156,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899ca6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899ca6;
  -webkit-box-shadow: 1px 1px 3px 2px #899ca6;
  box-shadow:         1px 1px 3px 2px #899ca6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ca6


Comments

No comments written yet.

Please login to write comment.