Color Hex Logo

#989aac Color Hex

#989AAC
(152,154,172)
0 Favorites   0 Comments

Color spaces of #989aac

RGB 152154172
HSL0.650.110.64
HSV234°12°67°
CMYK 0.120.100.00   0.33
XYZ31.950932.765243.6700
Yxy32.76520.29480.3023
Hunter Lab57.2409-0.5359-5.1647
CIE-Lab63.97032.9577-9.6130

#989aac color RGB value is (152,154,172).

#989aac hex color red value is 152, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #989aac hue: 0.65 , saturation: 0.11 and the lightness value of 989aac is 0.64.

The process color (four color CMYK) of #989aac color hex is 0.12, 0.10, 0.00, 0.33. Web safe color of #989aac is #999999. Color #989aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 10101100
Octal 230 232 254
Decimal 152 154 172
Hex 98 9A AC

RGB Percentages of Color #989aac

%31.80
%32.22
%35.98

CMYK Percentages of Color #989aac

%12
%10
%0
%33

Triadic Colors of #989aac

#989aac #ac989a #9aac98

Analogous Colors of #989aac

#989aac #a098ac #98a4ac

Monochromatic Colors of #989aac

#989aac

Complementary Color

#989aac #acaa98

#989aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#989aac Color CSS Codes

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

#989aac Text Font Color

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

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


#989aac Background Color

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

This div background color is #989aac


#989aac Border Color

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

This div border color is #989aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989aac


Comments

No comments written yet.

Please login to write comment.