Color Hex Logo

#989abe Color Hex

#989ABE
(152,154,190)
0 Favorites   0 Comments

Color spaces of #989abe

RGB 152154190
HSL0.660.230.67
HSV237°20°75°
CMYK 0.200.190.00   0.25
XYZ33.798833.504353.4008
Yxy33.50430.28000.2776
Hunter Lab57.88292.9341-14.1809
CIE-Lab64.56726.9622-18.8132

#989abe color RGB value is (152,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 10111110
Octal 230 232 276
Decimal 152 154 190
Hex 98 9A BE

RGB Percentages of Color #989abe

%30.65
%31.05
%38.31

CMYK Percentages of Color #989abe

%20
%19
%0
%25

Triadic Colors of #989abe

#989abe #be989a #9abe98

Analogous Colors of #989abe

#989abe #a998be #98adbe

Monochromatic Colors of #989abe

#989abe

Complementary Color

#989abe #bebc98

#989abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#989abe Color CSS Codes

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

#989abe Text Font Color

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

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


#989abe Background Color

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

This div background color is #989abe


#989abe Border Color

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

This div border color is #989abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989abe


Comments

No comments written yet.

Please login to write comment.