Color Hex Logo

#959dbf Color Hex

#959DBF
(149,157,191)
0 Favorites   0 Comments

Color spaces of #959dbf

RGB 149157191
HSL0.630.250.67
HSV229°22°75°
CMYK 0.220.180.00   0.25
XYZ33.855434.265154.1197
Yxy34.26510.27700.2803
Hunter Lab58.53640.7994-13.8410
CIE-Lab65.17254.5510-18.4742

#959dbf color RGB value is (149,157,191).

#959dbf hex color red value is 149, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #959dbf hue: 0.63 , saturation: 0.25 and the lightness value of 959dbf is 0.67.

The process color (four color CMYK) of #959dbf color hex is 0.22, 0.18, 0.00, 0.25. Web safe color of #959dbf is #9999cc. Color #959dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011101 10111111
Octal 225 235 277
Decimal 149 157 191
Hex 95 9D BF

RGB Percentages of Color #959dbf

%29.98
%31.59
%38.43

CMYK Percentages of Color #959dbf

%22
%18
%0
%25

Triadic Colors of #959dbf

#959dbf #bf959d #9dbf95

Analogous Colors of #959dbf

#959dbf #a295bf #95b2bf

Monochromatic Colors of #959dbf

#959dbf

Complementary Color

#959dbf #bfb795

#959dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#959dbf Color CSS Codes

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

#959dbf Text Font Color

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

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


#959dbf Background Color

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

This div background color is #959dbf


#959dbf Border Color

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

This div border color is #959dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959dbf


Comments

No comments written yet.

Please login to write comment.