Color Hex Logo

#969afc Color Hex

#969AFC
(150,154,252)
0 Favorites   0 Comments

Color spaces of #969afc

RGB 150154252
HSL0.660.940.79
HSV238°40°99°
CMYK 0.400.390.00   0.01
XYZ41.704036.623596.9665
Yxy36.62350.23790.2089
Hunter Lab60.517417.1034-52.6378
CIE-Lab66.993622.2102-49.3277

#969afc color RGB value is (150,154,252).

#969afc hex color red value is 150, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #969afc hue: 0.66 , saturation: 0.94 and the lightness value of 969afc is 0.79.

The process color (four color CMYK) of #969afc color hex is 0.40, 0.39, 0.00, 0.01. Web safe color of #969afc is #9999ff. Color #969afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 11111100
Octal 226 232 374
Decimal 150 154 252
Hex 96 9A FC

RGB Percentages of Color #969afc

%26.98
%27.70
%45.32

CMYK Percentages of Color #969afc

%40
%39
%0
%1

Triadic Colors of #969afc

#969afc #fc969a #9afc96

Analogous Colors of #969afc

#969afc #c596fc #96cdfc

Monochromatic Colors of #969afc

#969afc

Complementary Color

#969afc #fcf896

#969afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#969afc Color CSS Codes

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

#969afc Text Font Color

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

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


#969afc Background Color

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

This div background color is #969afc


#969afc Border Color

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

This div border color is #969afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969afc


Comments

No comments written yet.

Please login to write comment.