Color Hex Logo

#969aba Color Hex

#969ABA
(150,154,186)
0 Favorites   0 Comments

Color spaces of #969aba

RGB 150154186
HSL0.650.210.66
HSV233°19°73°
CMYK 0.190.170.00   0.27
XYZ32.996233.140451.1120
Yxy33.14040.28140.2827
Hunter Lab57.56771.5677-12.3438
CIE-Lab64.27445.3977-17.0316

#969aba color RGB value is (150,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 10111010
Octal 226 232 272
Decimal 150 154 186
Hex 96 9A BA

RGB Percentages of Color #969aba

%30.61
%31.43
%37.96

CMYK Percentages of Color #969aba

%19
%17
%0
%27

Triadic Colors of #969aba

#969aba #ba969a #9aba96

Analogous Colors of #969aba

#969aba #a496ba #96acba

Monochromatic Colors of #969aba

#969aba

Complementary Color

#969aba #bab696

#969aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#969aba Color CSS Codes

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

#969aba Text Font Color

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

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


#969aba Background Color

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

This div background color is #969aba


#969aba Border Color

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

This div border color is #969aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969aba


Comments

No comments written yet.

Please login to write comment.