Color Hex Logo

#959abb Color Hex

#959ABB
(149,154,187)
0 Favorites   0 Comments

Color spaces of #959abb

RGB 149154187
HSL0.640.220.66
HSV232°20°73°
CMYK 0.200.180.00   0.27
XYZ32.919733.088651.6654
Yxy33.08860.27980.2812
Hunter Lab57.52271.4892-12.9869
CIE-Lab64.23265.3063-17.6627

#959abb color RGB value is (149,154,187).

#959abb hex color red value is 149, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #959abb hue: 0.64 , saturation: 0.22 and the lightness value of 959abb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 10111011
Octal 225 232 273
Decimal 149 154 187
Hex 95 9A BB

RGB Percentages of Color #959abb

%30.41
%31.43
%38.16

CMYK Percentages of Color #959abb

%20
%18
%0
%27

Triadic Colors of #959abb

#959abb #bb959a #9abb95

Analogous Colors of #959abb

#959abb #a395bb #95adbb

Monochromatic Colors of #959abb

#959abb

Complementary Color

#959abb #bbb695

#959abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959abb Color CSS Codes

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

#959abb Text Font Color

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

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


#959abb Background Color

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

This div background color is #959abb


#959abb Border Color

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

This div border color is #959abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959abb


Comments

No comments written yet.

Please login to write comment.