Color Hex Logo

#989acd Color Hex

#989ACD
(152,154,205)
0 Favorites   0 Comments

Color spaces of #989acd

RGB 152154205
HSL0.660.350.70
HSV238°26°80°
CMYK 0.260.250.00   0.20
XYZ35.523934.194462.4855
Yxy34.19440.26870.2586
Hunter Lab58.47606.1050-22.4222
CIE-Lab65.116610.5212-26.3459

#989acd color RGB value is (152,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 11001101
Octal 230 232 315
Decimal 152 154 205
Hex 98 9A CD

RGB Percentages of Color #989acd

%29.75
%30.14
%40.12

CMYK Percentages of Color #989acd

%26
%25
%0
%20

Triadic Colors of #989acd

#989acd #cd989a #9acd98

Analogous Colors of #989acd

#989acd #b198cd #98b5cd

Monochromatic Colors of #989acd

#989acd

Complementary Color

#989acd #cdcb98

#989acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#989acd Color CSS Codes

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

#989acd Text Font Color

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

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


#989acd Background Color

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

This div background color is #989acd


#989acd Border Color

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

This div border color is #989acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989acd


Comments

No comments written yet.

Please login to write comment.