Color Hex Logo

#969bcf Color Hex

#969BCF
(150,155,207)
0 Favorites   0 Comments

Color spaces of #969bcf

RGB 150155207
HSL0.650.370.70
HSV235°28°81°
CMYK 0.280.250.00   0.19
XYZ35.561534.431763.8032
Yxy34.43170.26580.2573
Hunter Lab58.67855.4906-23.3931
CIE-Lab65.30389.8412-27.1833

#969bcf color RGB value is (150,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 11001111
Octal 226 233 317
Decimal 150 155 207
Hex 96 9B CF

RGB Percentages of Color #969bcf

%29.30
%30.27
%40.43

CMYK Percentages of Color #969bcf

%28
%25
%0
%19

Triadic Colors of #969bcf

#969bcf #cf969b #9bcf96

Analogous Colors of #969bcf

#969bcf #ae96cf #96b8cf

Monochromatic Colors of #969bcf

#969bcf

Complementary Color

#969bcf #cfca96

#969bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bcf Color CSS Codes

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

#969bcf Text Font Color

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

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


#969bcf Background Color

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

This div background color is #969bcf


#969bcf Border Color

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

This div border color is #969bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bcf


Comments

No comments written yet.

Please login to write comment.