Color Hex Logo

#969acf Color Hex

#969ACF
(150,154,207)
0 Favorites   0 Comments

Color spaces of #969acf

RGB 150154207
HSL0.650.370.70
HSV236°28°81°
CMYK 0.280.260.00   0.19
XYZ35.395834.100263.7479
Yxy34.10020.26560.2559
Hunter Lab58.39546.0042-23.8478
CIE-Lab65.042010.4091-27.5862

#969acf color RGB value is (150,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 11001111
Octal 226 232 317
Decimal 150 154 207
Hex 96 9A CF

RGB Percentages of Color #969acf

%29.35
%30.14
%40.51

CMYK Percentages of Color #969acf

%28
%26
%0
%19

Triadic Colors of #969acf

#969acf #cf969a #9acf96

Analogous Colors of #969acf

#969acf #af96cf #96b7cf

Monochromatic Colors of #969acf

#969acf

Complementary Color

#969acf #cfcb96

#969acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#969acf Color CSS Codes

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

#969acf Text Font Color

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

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


#969acf Background Color

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

This div background color is #969acf


#969acf Border Color

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

This div border color is #969acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,154,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 #969acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969acf


Comments

No comments written yet.

Please login to write comment.