Color Hex Logo

#968aae Color Hex

#968AAE
(150,138,174)
0 Favorites   0 Comments

Color spaces of #968aae

RGB 150138174
HSL0.720.180.61
HSV260°21°68°
CMYK 0.140.210.00   0.32
XYZ29.306127.717043.8497
Yxy27.71700.29050.2748
Hunter Lab52.64697.2305-12.5299
CIE-Lab59.632211.7864-17.2946

#968aae color RGB value is (150,138,174).

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

The process color (four color CMYK) of #968aae color hex is 0.14, 0.21, 0.00, 0.32. Web safe color of #968aae is #999999. Color #968aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 10101110
Octal 226 212 256
Decimal 150 138 174
Hex 96 8A AE

RGB Percentages of Color #968aae

%32.47
%29.87
%37.66

CMYK Percentages of Color #968aae

%14
%21
%0
%32

Triadic Colors of #968aae

#968aae #ae968a #8aae96

Analogous Colors of #968aae

#968aae #a88aae #8a90ae

Monochromatic Colors of #968aae

#968aae

Complementary Color

#968aae #a2ae8a

#968aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#968aae Color CSS Codes

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

#968aae Text Font Color

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

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


#968aae Background Color

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

This div background color is #968aae


#968aae Border Color

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

This div border color is #968aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968aae


Comments

No comments written yet.

Please login to write comment.