Color Hex Logo

#989eca Color Hex

#989ECA
(152,158,202)
0 Favorites   0 Comments

Color spaces of #989eca

RGB 152158202
HSL0.650.320.69
HSV233°25°79°
CMYK 0.250.220.00   0.21
XYZ35.836435.393460.8199
Yxy35.39340.27140.2680
Hunter Lab59.49243.4114-18.9684
CIE-Lab66.05387.5344-23.2399

#989eca color RGB value is (152,158,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 11001010
Octal 230 236 312
Decimal 152 158 202
Hex 98 9E CA

RGB Percentages of Color #989eca

%29.69
%30.86
%39.45

CMYK Percentages of Color #989eca

%25
%22
%0
%21

Triadic Colors of #989eca

#989eca #ca989e #9eca98

Analogous Colors of #989eca

#989eca #ab98ca #98b7ca

Monochromatic Colors of #989eca

#989eca

Complementary Color

#989eca #cac498

#989eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#989eca Color CSS Codes

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

#989eca Text Font Color

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

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


#989eca Background Color

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

This div background color is #989eca


#989eca Border Color

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

This div border color is #989eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989eca


Comments

No comments written yet.

Please login to write comment.