Color Hex Logo

#989eab Color Hex

#989EAB
(152,158,171)
0 Favorites   0 Comments

Color spaces of #989eab

RGB 152158171
HSL0.610.100.63
HSV221°11°67°
CMYK 0.110.080.00   0.33
XYZ32.526434.069443.3898
Yxy34.06940.29570.3098
Hunter Lab58.3690-2.6758-3.2161
CIE-Lab65.01760.5185-7.4912

#989eab color RGB value is (152,158,171).

#989eab hex color red value is 152, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #989eab hue: 0.61 , saturation: 0.10 and the lightness value of 989eab is 0.63.

The process color (four color CMYK) of #989eab color hex is 0.11, 0.08, 0.00, 0.33. Web safe color of #989eab is #999999. Color #989eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 10101011
Octal 230 236 253
Decimal 152 158 171
Hex 98 9E AB

RGB Percentages of Color #989eab

%31.60
%32.85
%35.55

CMYK Percentages of Color #989eab

%11
%8
%0
%33

Triadic Colors of #989eab

#989eab #ab989e #9eab98

Analogous Colors of #989eab

#989eab #9c98ab #98a8ab

Monochromatic Colors of #989eab

#989eab

Complementary Color

#989eab #aba598

#989eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#989eab Color CSS Codes

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

#989eab Text Font Color

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

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


#989eab Background Color

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

This div background color is #989eab


#989eab Border Color

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

This div border color is #989eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,158,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989eab;
  -webkit-box-shadow: 1px 1px 3px 2px #989eab;
  box-shadow:         1px 1px 3px 2px #989eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,158,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989eab


Comments

No comments written yet.

Please login to write comment.