Color Hex Logo

#898eba Color Hex

#898EBA
(137,142,186)
0 Favorites   0 Comments

Color spaces of #898eba

RGB 137142186
HSL0.650.260.63
HSV234°26°73°
CMYK 0.260.240.00   0.27
XYZ28.852528.209550.3787
Yxy28.20950.26850.2626
Hunter Lab53.11264.0199-19.0593
CIE-Lab60.07758.1150-23.5207

#898eba color RGB value is (137,142,186).

#898eba hex color red value is 137, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #898eba hue: 0.65 , saturation: 0.26 and the lightness value of 898eba is 0.63.

The process color (four color CMYK) of #898eba color hex is 0.26, 0.24, 0.00, 0.27. Web safe color of #898eba is #9999cc. Color #898eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 10111010
Octal 211 216 272
Decimal 137 142 186
Hex 89 8E BA

RGB Percentages of Color #898eba

%29.46
%30.54
%40.00

CMYK Percentages of Color #898eba

%26
%24
%0
%27

Triadic Colors of #898eba

#898eba #ba898e #8eba89

Analogous Colors of #898eba

#898eba #9d89ba #89a7ba

Monochromatic Colors of #898eba

#898eba

Complementary Color

#898eba #bab589

#898eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#898eba Color CSS Codes

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

#898eba Text Font Color

<p style="color:#898eba">Text here</p>

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


#898eba Background Color

<div style="background-color:#898eba">
Div content here</div>

This div background color is #898eba


#898eba Border Color

<div style="border:3px solid #898eba">
Div here</div>

This div border color is #898eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,142,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898eba;
  -webkit-box-shadow: 1px 1px 3px 2px #898eba;
  box-shadow:         1px 1px 3px 2px #898eba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,142,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898eba


Comments

No comments written yet.

Please login to write comment.