Color Hex Logo

#989beb Color Hex

#989BEB
(152,155,235)
0 Favorites   0 Comments

Color spaces of #989beb

RGB 152155235
HSL0.660.670.76
HSV238°35°92°
CMYK 0.350.340.00   0.08
XYZ39.665636.116283.4778
Yxy36.11620.24910.2268
Hunter Lab60.096812.6459-40.2894
CIE-Lab66.608617.5757-40.6202

#989beb color RGB value is (152,155,235).

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

The process color (four color CMYK) of #989beb color hex is 0.35, 0.34, 0.00, 0.08. Web safe color of #989beb is #9999ff. Color #989beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 11101011
Octal 230 233 353
Decimal 152 155 235
Hex 98 9B EB

RGB Percentages of Color #989beb

%28.04
%28.60
%43.36

CMYK Percentages of Color #989beb

%35
%34
%0
%8

Triadic Colors of #989beb

#989beb #eb989b #9beb98

Analogous Colors of #989beb

#989beb #bf98eb #98c5eb

Monochromatic Colors of #989beb

#989beb

Complementary Color

#989beb #ebe898

#989beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989beb Color CSS Codes

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

#989beb Text Font Color

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

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


#989beb Background Color

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

This div background color is #989beb


#989beb Border Color

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

This div border color is #989beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989beb


Comments

No comments written yet.

Please login to write comment.