Color Hex Logo

#968baa Color Hex

#968BAA
(150,139,170)
0 Favorites   0 Comments

Color spaces of #968baa

RGB 150139170
HSL0.730.150.61
HSV261°18°67°
CMYK 0.120.180.00   0.33
XYZ29.066027.851541.8742
Yxy27.85150.29420.2819
Hunter Lab52.77455.9549-10.1018
CIE-Lab59.754310.3349-14.8318

#968baa color RGB value is (150,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 10101010
Octal 226 213 252
Decimal 150 139 170
Hex 96 8B AA

RGB Percentages of Color #968baa

%32.68
%30.28
%37.04

CMYK Percentages of Color #968baa

%12
%18
%0
%33

Triadic Colors of #968baa

#968baa #aa968b #8baa96

Analogous Colors of #968baa

#968baa #a68baa #8b90aa

Monochromatic Colors of #968baa

#968baa

Complementary Color

#968baa #9faa8b

#968baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#968baa Color CSS Codes

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

#968baa Text Font Color

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

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


#968baa Background Color

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

This div background color is #968baa


#968baa Border Color

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

This div border color is #968baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,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 #968baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968baa


Comments

No comments written yet.

Please login to write comment.