Color Hex Logo

#959ebe Color Hex

#959EBE
(149,158,190)
0 Favorites   0 Comments

Color spaces of #959ebe

RGB 149158190
HSL0.630.240.66
HSV227°22°75°
CMYK 0.220.170.00   0.25
XYZ33.915534.561053.5986
Yxy34.56100.27780.2831
Hunter Lab58.78860.0977-12.9037
CIE-Lab65.40543.7563-17.5624

#959ebe color RGB value is (149,158,190).

#959ebe hex color red value is 149, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #959ebe hue: 0.63 , saturation: 0.24 and the lightness value of 959ebe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011110 10111110
Octal 225 236 276
Decimal 149 158 190
Hex 95 9E BE

RGB Percentages of Color #959ebe

%29.98
%31.79
%38.23

CMYK Percentages of Color #959ebe

%22
%17
%0
%25

Triadic Colors of #959ebe

#959ebe #be959e #9ebe95

Analogous Colors of #959ebe

#959ebe #a195be #95b3be

Monochromatic Colors of #959ebe

#959ebe

Complementary Color

#959ebe #beb595

#959ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ebe Color CSS Codes

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

#959ebe Text Font Color

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

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


#959ebe Background Color

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

This div background color is #959ebe


#959ebe Border Color

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

This div border color is #959ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ebe


Comments

No comments written yet.

Please login to write comment.