Color Hex Logo

#969aeb Color Hex

#969AEB
(150,154,235)
0 Favorites   0 Comments

Color spaces of #969aeb

RGB 150154235
HSL0.660.680.75
HSV237°36°92°
CMYK 0.360.340.00   0.08
XYZ39.128735.593483.4052
Yxy35.59340.24750.2251
Hunter Lab59.660212.6655-41.1255
CIE-Lab66.208117.6087-41.2577

#969aeb color RGB value is (150,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 11101011
Octal 226 232 353
Decimal 150 154 235
Hex 96 9A EB

RGB Percentages of Color #969aeb

%27.83
%28.57
%43.60

CMYK Percentages of Color #969aeb

%36
%34
%0
%8

Triadic Colors of #969aeb

#969aeb #eb969a #9aeb96

Analogous Colors of #969aeb

#969aeb #bd96eb #96c5eb

Monochromatic Colors of #969aeb

#969aeb

Complementary Color

#969aeb #ebe796

#969aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#969aeb Color CSS Codes

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

#969aeb Text Font Color

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

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


#969aeb Background Color

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

This div background color is #969aeb


#969aeb Border Color

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

This div border color is #969aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969aeb


Comments

No comments written yet.

Please login to write comment.