Color Hex Logo

#989baa Color Hex

#989BAA
(152,155,170)
0 Favorites   0 Comments

Color spaces of #989baa

RGB 152155170
HSL0.640.100.63
HSV230°11°67°
CMYK 0.110.090.00   0.33
XYZ31.925933.020442.7211
Yxy33.02040.29650.3067
Hunter Lab57.4634-1.3887-3.8547
CIE-Lab64.17741.9744-8.1798

#989baa color RGB value is (152,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 10101010
Octal 230 233 252
Decimal 152 155 170
Hex 98 9B AA

RGB Percentages of Color #989baa

%31.87
%32.49
%35.64

CMYK Percentages of Color #989baa

%11
%9
%0
%33

Triadic Colors of #989baa

#989baa #aa989b #9baa98

Analogous Colors of #989baa

#989baa #9e98aa #98a4aa

Monochromatic Colors of #989baa

#989baa

Complementary Color

#989baa #aaa798

#989baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#989baa Color CSS Codes

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

#989baa Text Font Color

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

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


#989baa Background Color

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

This div background color is #989baa


#989baa Border Color

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

This div border color is #989baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989baa


Comments

No comments written yet.

Please login to write comment.