Color Hex Logo

#989abb Color Hex

#989ABB
(152,154,187)
0 Favorites   0 Comments

Color spaces of #989abb

RGB 152154187
HSL0.660.200.66
HSV237°19°73°
CMYK 0.190.180.00   0.27
XYZ33.474133.374551.6913
Yxy33.37450.28240.2815
Hunter Lab57.77072.3297-12.6113
CIE-Lab64.46306.2733-17.2915

#989abb color RGB value is (152,154,187).

#989abb hex color red value is 152, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #989abb hue: 0.66 , saturation: 0.20 and the lightness value of 989abb is 0.66.

The process color (four color CMYK) of #989abb color hex is 0.19, 0.18, 0.00, 0.27. Web safe color of #989abb is #9999cc. Color #989abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 10111011
Octal 230 232 273
Decimal 152 154 187
Hex 98 9A BB

RGB Percentages of Color #989abb

%30.83
%31.24
%37.93

CMYK Percentages of Color #989abb

%19
%18
%0
%27

Triadic Colors of #989abb

#989abb #bb989a #9abb98

Analogous Colors of #989abb

#989abb #a898bb #98acbb

Monochromatic Colors of #989abb

#989abb

Complementary Color

#989abb #bbb998

#989abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989abb Color CSS Codes

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

#989abb Text Font Color

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

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


#989abb Background Color

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

This div background color is #989abb


#989abb Border Color

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

This div border color is #989abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989abb


Comments

No comments written yet.

Please login to write comment.