Color Hex Logo

#9498ba Color Hex

#9498BA
(148,152,186)
0 Favorites   0 Comments

Color spaces of #9498ba

RGB 148152186
HSL0.650.220.65
HSV234°20°73°
CMYK 0.200.180.00   0.27
XYZ32.303932.297550.9858
Yxy32.29750.27950.2794
Hunter Lab56.83092.0092-13.4104
CIE-Lab63.58805.8814-18.0870

#9498ba color RGB value is (148,152,186).

#9498ba hex color red value is 148, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9498ba hue: 0.65 , saturation: 0.22 and the lightness value of 9498ba is 0.65.

The process color (four color CMYK) of #9498ba color hex is 0.20, 0.18, 0.00, 0.27. Web safe color of #9498ba is #9999cc. Color #9498ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011000 10111010
Octal 224 230 272
Decimal 148 152 186
Hex 94 98 BA

RGB Percentages of Color #9498ba

%30.45
%31.28
%38.27

CMYK Percentages of Color #9498ba

%20
%18
%0
%27

Triadic Colors of #9498ba

#9498ba #ba9498 #98ba94

Analogous Colors of #9498ba

#9498ba #a394ba #94abba

Monochromatic Colors of #9498ba

#9498ba

Complementary Color

#9498ba #bab694

#9498ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9498ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9498ba Color CSS Codes

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

#9498ba Text Font Color

<p style="color:#9498ba">Text here</p>

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


#9498ba Background Color

<div style="background-color:#9498ba">
Div content here</div>

This div background color is #9498ba


#9498ba Border Color

<div style="border:3px solid #9498ba">
Div here</div>

This div border color is #9498ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,152,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9498ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9498ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9498ba;
  box-shadow:         1px 1px 3px 2px #9498ba; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9498ba

#9498ba Color Palettes


Comments

No comments written yet.

Please login to write comment.