Color Hex Logo

#969fec Color Hex

#969FEC
(150,159,236)
0 Favorites   0 Comments

Color spaces of #969fec

RGB 150159236
HSL0.650.690.76
HSV234°36°93°
CMYK 0.360.330.00   0.07
XYZ40.116137.336484.4492
Yxy37.33640.24780.2306
Hunter Lab61.103510.2589-39.1703
CIE-Lab67.528715.0193-39.7412

#969fec color RGB value is (150,159,236).

#969fec hex color red value is 150, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #969fec hue: 0.65 , saturation: 0.69 and the lightness value of 969fec is 0.76.

The process color (four color CMYK) of #969fec color hex is 0.36, 0.33, 0.00, 0.07. Web safe color of #969fec is #9999ff. Color #969fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 11101100
Octal 226 237 354
Decimal 150 159 236
Hex 96 9F EC

RGB Percentages of Color #969fec

%27.52
%29.17
%43.30

CMYK Percentages of Color #969fec

%36
%33
%0
%7

Triadic Colors of #969fec

#969fec #ec969f #9fec96

Analogous Colors of #969fec

#969fec #b896ec #96caec

Monochromatic Colors of #969fec

#969fec

Complementary Color

#969fec #ece396

#969fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fec Color CSS Codes

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

#969fec Text Font Color

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

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


#969fec Background Color

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

This div background color is #969fec


#969fec Border Color

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

This div border color is #969fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fec


Comments

No comments written yet.

Please login to write comment.