Color Hex Logo

#989eeb Color Hex

#989EEB
(152,158,235)
0 Favorites   0 Comments

Color spaces of #989eeb

RGB 152158235
HSL0.650.670.76
HSV236°35°92°
CMYK 0.350.330.00   0.08
XYZ40.171237.127383.6463
Yxy37.12730.24960.2307
Hunter Lab60.932211.0497-38.7394
CIE-Lab67.372415.8643-39.4263

#989eeb color RGB value is (152,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 11101011
Octal 230 236 353
Decimal 152 158 235
Hex 98 9E EB

RGB Percentages of Color #989eeb

%27.89
%28.99
%43.12

CMYK Percentages of Color #989eeb

%35
%33
%0
%8

Triadic Colors of #989eeb

#989eeb #eb989e #9eeb98

Analogous Colors of #989eeb

#989eeb #bc98eb #98c8eb

Monochromatic Colors of #989eeb

#989eeb

Complementary Color

#989eeb #ebe598

#989eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989eeb Color CSS Codes

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

#989eeb Text Font Color

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

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


#989eeb Background Color

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

This div background color is #989eeb


#989eeb Border Color

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

This div border color is #989eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989eeb


Comments

No comments written yet.

Please login to write comment.