Color Hex Logo

#958baa Color Hex

#958BAA
(149,139,170)
0 Favorites   0 Comments

Color spaces of #958baa

RGB 149139170
HSL0.720.150.61
HSV259°18°67°
CMYK 0.120.180.00   0.33
XYZ28.882727.757141.8656
Yxy27.75710.29320.2818
Hunter Lab52.68505.6576-10.2347
CIE-Lab59.66879.9946-14.9696

#958baa color RGB value is (149,139,170).

#958baa hex color red value is 149, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #958baa hue: 0.72 , saturation: 0.15 and the lightness value of 958baa is 0.61.

The process color (four color CMYK) of #958baa color hex is 0.12, 0.18, 0.00, 0.33. Web safe color of #958baa is #999999. Color #958baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 10101010
Octal 225 213 252
Decimal 149 139 170
Hex 95 8B AA

RGB Percentages of Color #958baa

%32.53
%30.35
%37.12

CMYK Percentages of Color #958baa

%12
%18
%0
%33

Triadic Colors of #958baa

#958baa #aa958b #8baa95

Analogous Colors of #958baa

#958baa #a58baa #8b91aa

Monochromatic Colors of #958baa

#958baa

Complementary Color

#958baa #a0aa8b

#958baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#958baa Color CSS Codes

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

#958baa Text Font Color

<p style="color:#958baa">Text here</p>

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


#958baa Background Color

<div style="background-color:#958baa">
Div content here</div>

This div background color is #958baa


#958baa Border Color

<div style="border:3px solid #958baa">
Div here</div>

This div border color is #958baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958baa;
  -webkit-box-shadow: 1px 1px 3px 2px #958baa;
  box-shadow:         1px 1px 3px 2px #958baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958baa


Comments

No comments written yet.

Please login to write comment.