Color Hex Logo

#969fda Color Hex

#969FDA
(150,159,218)
0 Favorites   0 Comments

Color spaces of #969fda

RGB 150159218
HSL0.640.480.72
HSV232°31°85°
CMYK 0.310.270.00   0.15
XYZ37.630736.342371.3611
Yxy36.34230.25890.2501
Hunter Lab60.28465.9249-27.9846
CIE-Lab66.780610.3322-31.0004

#969fda color RGB value is (150,159,218).

#969fda hex color red value is 150, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #969fda hue: 0.64 , saturation: 0.48 and the lightness value of 969fda is 0.72.

The process color (four color CMYK) of #969fda color hex is 0.31, 0.27, 0.00, 0.15. Web safe color of #969fda is #9999cc. Color #969fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 11011010
Octal 226 237 332
Decimal 150 159 218
Hex 96 9F DA

RGB Percentages of Color #969fda

%28.46
%30.17
%41.37

CMYK Percentages of Color #969fda

%31
%27
%0
%15

Triadic Colors of #969fda

#969fda #da969f #9fda96

Analogous Colors of #969fda

#969fda #af96da #96c1da

Monochromatic Colors of #969fda

#969fda

Complementary Color

#969fda #dad196

#969fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fda Color CSS Codes

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

#969fda Text Font Color

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

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


#969fda Background Color

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

This div background color is #969fda


#969fda Border Color

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

This div border color is #969fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fda


Comments

No comments written yet.

Please login to write comment.