Color Hex Logo

#969abf Color Hex

#969ABF
(150,154,191)
0 Favorites   0 Comments

Color spaces of #969abf

RGB 150154191
HSL0.650.240.67
HSV234°21°75°
CMYK 0.210.190.00   0.25
XYZ33.537233.356853.9611
Yxy33.35680.27750.2760
Hunter Lab57.75532.5790-14.9662
CIE-Lab64.44886.5563-19.5670

#969abf color RGB value is (150,154,191).

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

The process color (four color CMYK) of #969abf color hex is 0.21, 0.19, 0.00, 0.25. Web safe color of #969abf is #9999cc. Color #969abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 10111111
Octal 226 232 277
Decimal 150 154 191
Hex 96 9A BF

RGB Percentages of Color #969abf

%30.30
%31.11
%38.59

CMYK Percentages of Color #969abf

%21
%19
%0
%25

Triadic Colors of #969abf

#969abf #bf969a #9abf96

Analogous Colors of #969abf

#969abf #a796bf #96afbf

Monochromatic Colors of #969abf

#969abf

Complementary Color

#969abf #bfbb96

#969abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969abf Color CSS Codes

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

#969abf Text Font Color

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

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


#969abf Background Color

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

This div background color is #969abf


#969abf Border Color

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

This div border color is #969abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969abf


Comments

No comments written yet.

Please login to write comment.