Color Hex Logo

#969dbc Color Hex

#969DBC
(150,157,188)
0 Favorites   0 Comments

Color spaces of #969dbc

RGB 150157188
HSL0.640.220.66
HSV229°20°74°
CMYK 0.200.160.00   0.26
XYZ33.711734.228852.4070
Yxy34.22880.28010.2844
Hunter Lab58.50540.4700-12.1561
CIE-Lab65.14384.1724-16.8345

#969dbc color RGB value is (150,157,188).

#969dbc hex color red value is 150, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #969dbc hue: 0.64 , saturation: 0.22 and the lightness value of 969dbc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 10111100
Octal 226 235 274
Decimal 150 157 188
Hex 96 9D BC

RGB Percentages of Color #969dbc

%30.30
%31.72
%37.98

CMYK Percentages of Color #969dbc

%20
%16
%0
%26

Triadic Colors of #969dbc

#969dbc #bc969d #9dbc96

Analogous Colors of #969dbc

#969dbc #a296bc #96b0bc

Monochromatic Colors of #969dbc

#969dbc

Complementary Color

#969dbc #bcb596

#969dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dbc Color CSS Codes

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

#969dbc Text Font Color

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

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


#969dbc Background Color

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

This div background color is #969dbc


#969dbc Border Color

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

This div border color is #969dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dbc


Comments

No comments written yet.

Please login to write comment.