Color Hex Logo

#969efb Color Hex

#969EFB
(150,158,251)
0 Favorites   0 Comments

Color spaces of #969efb

RGB 150158251
HSL0.650.930.79
HSV235°40°98°
CMYK 0.400.370.00   0.02
XYZ42.217137.902896.3577
Yxy37.90280.23920.2148
Hunter Lab61.565214.6635-49.7010
CIE-Lab67.948919.6443-47.2771

#969efb color RGB value is (150,158,251).

#969efb hex color red value is 150, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #969efb hue: 0.65 , saturation: 0.93 and the lightness value of 969efb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011110 11111011
Octal 226 236 373
Decimal 150 158 251
Hex 96 9E FB

RGB Percentages of Color #969efb

%26.83
%28.26
%44.90

CMYK Percentages of Color #969efb

%40
%37
%0
%2

Triadic Colors of #969efb

#969efb #fb969e #9efb96

Analogous Colors of #969efb

#969efb #c196fb #96d1fb

Monochromatic Colors of #969efb

#969efb

Complementary Color

#969efb #fbf396

#969efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#969efb Color CSS Codes

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

#969efb Text Font Color

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

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


#969efb Background Color

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

This div background color is #969efb


#969efb Border Color

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

This div border color is #969efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969efb

Related Colors


Comments

No comments written yet.

Please login to write comment.