Color Hex Logo

#9f9abb Color Hex

#9F9ABB
(159,154,187)
0 Favorites   0 Comments

Color spaces of #9f9abb

RGB 159154187
HSL0.690.200.67
HSV249°18°73°
CMYK 0.150.180.00   0.27
XYZ34.823334.070051.7545
Yxy34.07000.28860.2824
Hunter Lab58.36954.3466-11.7120
CIE-Lab65.01818.5622-16.3980

#9f9abb color RGB value is (159,154,187).

#9f9abb hex color red value is 159, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9f9abb hue: 0.69 , saturation: 0.20 and the lightness value of 9f9abb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011010 10111011
Octal 237 232 273
Decimal 159 154 187
Hex 9F 9A BB

RGB Percentages of Color #9f9abb

%31.80
%30.80
%37.40

CMYK Percentages of Color #9f9abb

%15
%18
%0
%27

Triadic Colors of #9f9abb

#9f9abb #bb9f9a #9abb9f

Analogous Colors of #9f9abb

#9f9abb #b09abb #9aa6bb

Monochromatic Colors of #9f9abb

#9f9abb

Complementary Color

#9f9abb #b6bb9a

#9f9abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9abb Color CSS Codes

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

#9f9abb Text Font Color

<p style="color:#9f9abb">Text here</p>

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


#9f9abb Background Color

<div style="background-color:#9f9abb">
Div content here</div>

This div background color is #9f9abb


#9f9abb Border Color

<div style="border:3px solid #9f9abb">
Div here</div>

This div border color is #9f9abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,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 #9f9abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9abb


Comments

No comments written yet.

Please login to write comment.