Color Hex Logo

#959fdb Color Hex

#959FDB
(149,159,219)
0 Favorites   0 Comments

Color spaces of #959fdb

RGB 149159219
HSL0.640.490.72
HSV231°32°86°
CMYK 0.320.270.00   0.14
XYZ37.578736.300372.0439
Yxy36.30030.25750.2488
Hunter Lab60.24975.8962-28.7215
CIE-Lab66.748710.3005-31.6077

#959fdb color RGB value is (149,159,219).

#959fdb hex color red value is 149, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #959fdb hue: 0.64 , saturation: 0.49 and the lightness value of 959fdb is 0.72.

The process color (four color CMYK) of #959fdb color hex is 0.32, 0.27, 0.00, 0.14. Web safe color of #959fdb is #9999cc. Color #959fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011111 11011011
Octal 225 237 333
Decimal 149 159 219
Hex 95 9F DB

RGB Percentages of Color #959fdb

%28.27
%30.17
%41.56

CMYK Percentages of Color #959fdb

%32
%27
%0
%14

Triadic Colors of #959fdb

#959fdb #db959f #9fdb95

Analogous Colors of #959fdb

#959fdb #ae95db #95c2db

Monochromatic Colors of #959fdb

#959fdb

Complementary Color

#959fdb #dbd195

#959fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959fdb Color CSS Codes

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

#959fdb Text Font Color

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

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


#959fdb Background Color

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

This div background color is #959fdb


#959fdb Border Color

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

This div border color is #959fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959fdb


Comments

No comments written yet.

Please login to write comment.