Color Hex Logo

#989aae Color Hex

#989AAE
(152,154,174)
0 Favorites   0 Comments

Color spaces of #989aae

RGB 152154174
HSL0.650.120.64
HSV235°13°68°
CMYK 0.130.110.00   0.32
XYZ32.144532.842644.6895
Yxy32.84260.29310.2994
Hunter Lab57.3085-0.1686-6.1188
CIE-Lab64.03333.3873-10.6434

#989aae color RGB value is (152,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 10101110
Octal 230 232 256
Decimal 152 154 174
Hex 98 9A AE

RGB Percentages of Color #989aae

%31.67
%32.08
%36.25

CMYK Percentages of Color #989aae

%13
%11
%0
%32

Triadic Colors of #989aae

#989aae #ae989a #9aae98

Analogous Colors of #989aae

#989aae #a198ae #98a5ae

Monochromatic Colors of #989aae

#989aae

Complementary Color

#989aae #aeac98

#989aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#989aae Color CSS Codes

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

#989aae Text Font Color

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

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


#989aae Background Color

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

This div background color is #989aae


#989aae Border Color

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

This div border color is #989aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,154,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 #989aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989aae


Comments

No comments written yet.

Please login to write comment.