Color Hex Logo

#899caf Color Hex

#899CAF
(137,156,175)
0 Favorites   0 Comments

Color spaces of #899caf

RGB 137156175
HSL0.580.190.61
HSV210°22°69°
CMYK 0.220.110.00   0.31
XYZ29.942932.190445.1927
Yxy32.19040.27900.2999
Hunter Lab56.7366-5.0851-7.5110
CIE-Lab63.4999-2.4558-12.1187

#899caf color RGB value is (137,156,175).

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

The process color (four color CMYK) of #899caf color hex is 0.22, 0.11, 0.00, 0.31. Web safe color of #899caf is #999999. Color #899caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 10101111
Octal 211 234 257
Decimal 137 156 175
Hex 89 9C AF

RGB Percentages of Color #899caf

%29.27
%33.33
%37.39

CMYK Percentages of Color #899caf

%22
%11
%0
%31

Triadic Colors of #899caf

#899caf #af899c #9caf89

Analogous Colors of #899caf

#899caf #8989af #89afaf

Monochromatic Colors of #899caf

#899caf

Complementary Color

#899caf #af9c89

#899caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#899caf Color CSS Codes

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

#899caf Text Font Color

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

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


#899caf Background Color

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

This div background color is #899caf


#899caf Border Color

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

This div border color is #899caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899caf


Comments

No comments written yet.

Please login to write comment.