Color Hex Logo

#969bad Color Hex

#969BAD
(150,155,173)
0 Favorites   0 Comments

Color spaces of #969bad

RGB 150155173
HSL0.630.120.63
HSV227°13°68°
CMYK 0.130.100.00   0.32
XYZ31.841832.943944.2157
Yxy32.94390.29210.3022
Hunter Lab57.3968-1.4186-5.4964
CIE-Lab64.11551.9361-9.9746

#969bad color RGB value is (150,155,173).

#969bad hex color red value is 150, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #969bad hue: 0.63 , saturation: 0.12 and the lightness value of 969bad is 0.63.

The process color (four color CMYK) of #969bad color hex is 0.13, 0.10, 0.00, 0.32. Web safe color of #969bad is #999999. Color #969bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 10101101
Octal 226 233 255
Decimal 150 155 173
Hex 96 9B AD

RGB Percentages of Color #969bad

%31.38
%32.43
%36.19

CMYK Percentages of Color #969bad

%13
%10
%0
%32

Triadic Colors of #969bad

#969bad #ad969b #9bad96

Analogous Colors of #969bad

#969bad #9d96ad #96a7ad

Monochromatic Colors of #969bad

#969bad

Complementary Color

#969bad #ada896

#969bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bad Color CSS Codes

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

#969bad Text Font Color

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

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


#969bad Background Color

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

This div background color is #969bad


#969bad Border Color

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

This div border color is #969bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bad


Comments

No comments written yet.

Please login to write comment.