Color Hex Logo

#969ebd Color Hex

#969EBD
(150,158,189)
0 Favorites   0 Comments

Color spaces of #969ebd

RGB 150158189
HSL0.630.230.66
HSV228°21°74°
CMYK 0.210.160.00   0.26
XYZ33.989834.611953.0334
Yxy34.61190.27940.2846
Hunter Lab58.83190.1716-12.2641
CIE-Lab65.44543.8429-16.9365

#969ebd color RGB value is (150,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011110 10111101
Octal 226 236 275
Decimal 150 158 189
Hex 96 9E BD

RGB Percentages of Color #969ebd

%30.18
%31.79
%38.03

CMYK Percentages of Color #969ebd

%21
%16
%0
%26

Triadic Colors of #969ebd

#969ebd #bd969e #9ebd96

Analogous Colors of #969ebd

#969ebd #a296bd #96b2bd

Monochromatic Colors of #969ebd

#969ebd

Complementary Color

#969ebd #bdb596

#969ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#969ebd Color CSS Codes

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

#969ebd Text Font Color

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

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


#969ebd Background Color

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

This div background color is #969ebd


#969ebd Border Color

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

This div border color is #969ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,158,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 #969ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969ebd


Comments

No comments written yet.

Please login to write comment.