Color Hex Logo

#899ca1 Color Hex

#899CA1
(137,156,161)
1 Favorites   0 Comments

Color spaces of #899ca1

RGB 137156161
HSL0.530.110.58
HSV193°15°63°
CMYK 0.150.030.00   0.37
XYZ28.638031.668538.3215
Yxy31.66850.29040.3211
Hunter Lab56.2748-7.6429-0.9824
CIE-Lab63.0680-5.6096-4.8833

#899ca1 color RGB value is (137,156,161).

#899ca1 hex color red value is 137, green value is 156 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #899ca1 hue: 0.53 , saturation: 0.11 and the lightness value of 899ca1 is 0.58.

The process color (four color CMYK) of #899ca1 color hex is 0.15, 0.03, 0.00, 0.37. Web safe color of #899ca1 is #999999. Color #899ca1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 10100001
Octal 211 234 241
Decimal 137 156 161
Hex 89 9C A1

RGB Percentages of Color #899ca1

%30.18
%34.36
%35.46

CMYK Percentages of Color #899ca1

%15
%3
%0
%37

Triadic Colors of #899ca1

#899ca1 #a1899c #9ca189

Analogous Colors of #899ca1

#899ca1 #8990a1 #89a19a

Monochromatic Colors of #899ca1

#899ca1

Complementary Color

#899ca1 #a18e89

#899ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ca1 Color CSS Codes

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

#899ca1 Text Font Color

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

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


#899ca1 Background Color

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

This div background color is #899ca1


#899ca1 Border Color

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

This div border color is #899ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ca1


Comments

No comments written yet.

Please login to write comment.