Color Hex Logo

#989fae Color Hex

#989FAE
(152,159,174)
0 Favorites   0 Comments

Color spaces of #989fae

RGB 152159174
HSL0.610.120.64
HSV221°13°68°
CMYK 0.130.090.00   0.32
XYZ32.987034.527744.9703
Yxy34.52770.29330.3070
Hunter Lab58.7603-2.6237-4.2435
CIE-Lab65.37930.6027-8.6334

#989fae color RGB value is (152,159,174).

#989fae hex color red value is 152, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #989fae hue: 0.61 , saturation: 0.12 and the lightness value of 989fae is 0.64.

The process color (four color CMYK) of #989fae color hex is 0.13, 0.09, 0.00, 0.32. Web safe color of #989fae is #999999. Color #989fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011111 10101110
Octal 230 237 256
Decimal 152 159 174
Hex 98 9F AE

RGB Percentages of Color #989fae

%31.34
%32.78
%35.88

CMYK Percentages of Color #989fae

%13
%9
%0
%32

Triadic Colors of #989fae

#989fae #ae989f #9fae98

Analogous Colors of #989fae

#989fae #9c98ae #98aaae

Monochromatic Colors of #989fae

#989fae

Complementary Color

#989fae #aea798

#989fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#989fae Color CSS Codes

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

#989fae Text Font Color

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

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


#989fae Background Color

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

This div background color is #989fae


#989fae Border Color

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

This div border color is #989fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989fae


Comments

No comments written yet.

Please login to write comment.