Color Hex Logo

#968aac Color Hex

#968AAC
(150,138,172)
0 Favorites   0 Comments

Color spaces of #968aac

RGB 150138172
HSL0.730.170.61
HSV261°20°67°
CMYK 0.130.200.00   0.33
XYZ29.112527.639542.8303
Yxy27.63950.29230.2776
Hunter Lab52.57336.8413-11.5010
CIE-Lab59.561611.3450-16.2627

#968aac color RGB value is (150,138,172).

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

The process color (four color CMYK) of #968aac color hex is 0.13, 0.20, 0.00, 0.33. Web safe color of #968aac is #999999. Color #968aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 10101100
Octal 226 212 254
Decimal 150 138 172
Hex 96 8A AC

RGB Percentages of Color #968aac

%32.61
%30.00
%37.39

CMYK Percentages of Color #968aac

%13
%20
%0
%33

Triadic Colors of #968aac

#968aac #ac968a #8aac96

Analogous Colors of #968aac

#968aac #a78aac #8a8fac

Monochromatic Colors of #968aac

#968aac

Complementary Color

#968aac #a0ac8a

#968aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#968aac Color CSS Codes

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

#968aac Text Font Color

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

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


#968aac Background Color

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

This div background color is #968aac


#968aac Border Color

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

This div border color is #968aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,138,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968aac


Comments

No comments written yet.

Please login to write comment.