Color Hex Logo

#989cde Color Hex

#989CDE
(152,156,222)
0 Favorites   0 Comments

Color spaces of #989cde

RGB 152156222
HSL0.660.510.73
HSV237°32°87°
CMYK 0.320.300.00   0.13
XYZ38.022235.726373.9991
Yxy35.72630.25730.2418
Hunter Lab59.77158.9484-31.5630
CIE-Lab66.310313.6285-33.9262

#989cde color RGB value is (152,156,222).

#989cde hex color red value is 152, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #989cde hue: 0.66 , saturation: 0.51 and the lightness value of 989cde is 0.73.

The process color (four color CMYK) of #989cde color hex is 0.32, 0.30, 0.00, 0.13. Web safe color of #989cde is #9999cc. Color #989cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11011110
Octal 230 234 336
Decimal 152 156 222
Hex 98 9C DE

RGB Percentages of Color #989cde

%28.68
%29.43
%41.89

CMYK Percentages of Color #989cde

%32
%30
%0
%13

Triadic Colors of #989cde

#989cde #de989c #9cde98

Analogous Colors of #989cde

#989cde #b798de #98bfde

Monochromatic Colors of #989cde

#989cde

Complementary Color

#989cde #deda98

#989cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cde Color CSS Codes

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

#989cde Text Font Color

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

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


#989cde Background Color

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

This div background color is #989cde


#989cde Border Color

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

This div border color is #989cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cde


Comments

No comments written yet.

Please login to write comment.