Color Hex Logo

#969abc Color Hex

#969ABC
(150,154,188)
0 Favorites   0 Comments

Color spaces of #969abc

RGB 150154188
HSL0.650.220.66
HSV234°20°74°
CMYK 0.200.180.00   0.26
XYZ33.210433.226152.2399
Yxy33.22610.27980.2800
Hunter Lab57.64211.9689-13.3839
CIE-Lab64.34365.8584-18.0474

#969abc color RGB value is (150,154,188).

#969abc hex color red value is 150, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #969abc hue: 0.65 , saturation: 0.22 and the lightness value of 969abc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 10111100
Octal 226 232 274
Decimal 150 154 188
Hex 96 9A BC

RGB Percentages of Color #969abc

%30.49
%31.30
%38.21

CMYK Percentages of Color #969abc

%20
%18
%0
%26

Triadic Colors of #969abc

#969abc #bc969a #9abc96

Analogous Colors of #969abc

#969abc #a596bc #96adbc

Monochromatic Colors of #969abc

#969abc

Complementary Color

#969abc #bcb896

#969abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#969abc Color CSS Codes

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

#969abc Text Font Color

<p style="color:#969abc">Text here</p>

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


#969abc Background Color

<div style="background-color:#969abc">
Div content here</div>

This div background color is #969abc


#969abc Border Color

<div style="border:3px solid #969abc">
Div here</div>

This div border color is #969abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,154,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969abc;
  -webkit-box-shadow: 1px 1px 3px 2px #969abc;
  box-shadow:         1px 1px 3px 2px #969abc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969abc


Comments

No comments written yet.

Please login to write comment.