Color Hex Logo

#959bff Color Hex

#959BFF
(149,155,255)
0 Favorites   0 Comments

Color spaces of #959bff

RGB 149155255
HSL0.661.000.79
HSV237°42°100°
CMYK 0.420.390.00   0.00
XYZ42.165837.052399.5372
Yxy37.05230.23590.2073
Hunter Lab60.870617.1256-54.3431
CIE-Lab67.316222.2167-50.4571

#959bff color RGB value is (149,155,255).

#959bff hex color red value is 149, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #959bff hue: 0.66 , saturation: 1.00 and the lightness value of 959bff is 0.79.

The process color (four color CMYK) of #959bff color hex is 0.42, 0.39, 0.00, 0.00. Web safe color of #959bff is #9999ff. Color #959bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011011 11111111
Octal 225 233 377
Decimal 149 155 255
Hex 95 9B FF

RGB Percentages of Color #959bff

%26.65
%27.73
%45.62

CMYK Percentages of Color #959bff

%42
%39
%0
%0

Triadic Colors of #959bff

#959bff #ff959b #9bff95

Analogous Colors of #959bff

#959bff #c495ff #95d0ff

Monochromatic Colors of #959bff

#959bff

Complementary Color

#959bff #fff995

#959bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#959bff Color CSS Codes

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

#959bff Text Font Color

<p style="color:#959bff">Text here</p>

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


#959bff Background Color

<div style="background-color:#959bff">
Div content here</div>

This div background color is #959bff


#959bff Border Color

<div style="border:3px solid #959bff">
Div here</div>

This div border color is #959bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,155,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #959bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #959bff;
  -webkit-box-shadow: 1px 1px 3px 2px #959bff;
  box-shadow:         1px 1px 3px 2px #959bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,155,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959bff


Comments

No comments written yet.

Please login to write comment.