Color Hex Logo

#969bbd Color Hex

#969BBD
(150,155,189)
1 Favorites   0 Comments

Color spaces of #969bbd

RGB 150155189
HSL0.650.230.66
HSV232°21°74°
CMYK 0.210.180.00   0.26
XYZ33.484333.600852.8649
Yxy33.60080.27920.2801
Hunter Lab57.96621.6701-13.4959
CIE-Lab64.64455.5270-18.1506

#969bbd color RGB value is (150,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 10111101
Octal 226 233 275
Decimal 150 155 189
Hex 96 9B BD

RGB Percentages of Color #969bbd

%30.36
%31.38
%38.26

CMYK Percentages of Color #969bbd

%21
%18
%0
%26

Triadic Colors of #969bbd

#969bbd #bd969b #9bbd96

Analogous Colors of #969bbd

#969bbd #a596bd #96afbd

Monochromatic Colors of #969bbd

#969bbd

Complementary Color

#969bbd #bdb896

#969bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bbd Color CSS Codes

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

#969bbd Text Font Color

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

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


#969bbd Background Color

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

This div background color is #969bbd


#969bbd Border Color

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

This div border color is #969bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bbd


Comments

No comments written yet.

Please login to write comment.