Color Hex Logo

#969aec Color Hex

#969AEC
(150,154,236)
0 Favorites   0 Comments

Color spaces of #969aec

RGB 150154236
HSL0.660.690.76
HSV237°36°93°
CMYK 0.360.350.00   0.07
XYZ39.273635.651484.1683
Yxy35.65140.24690.2241
Hunter Lab59.708812.9184-41.7818
CIE-Lab66.252717.8749-41.7371

#969aec color RGB value is (150,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 11101100
Octal 226 232 354
Decimal 150 154 236
Hex 96 9A EC

RGB Percentages of Color #969aec

%27.78
%28.52
%43.70

CMYK Percentages of Color #969aec

%36
%35
%0
%7

Triadic Colors of #969aec

#969aec #ec969a #9aec96

Analogous Colors of #969aec

#969aec #bd96ec #96c5ec

Monochromatic Colors of #969aec

#969aec

Complementary Color

#969aec #ece896

#969aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#969aec Color CSS Codes

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

#969aec Text Font Color

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

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


#969aec Background Color

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

This div background color is #969aec


#969aec Border Color

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

This div border color is #969aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969aec


Comments

No comments written yet.

Please login to write comment.