Color Hex Logo

#9fabbd Color Hex

#9FABBD
(159,171,189)
0 Favorites   0 Comments

Color spaces of #9fabbd

RGB 159171189
HSL0.600.190.68
HSV216°16°74°
CMYK 0.160.100.00   0.26
XYZ38.046340.170953.8926
Yxy40.17090.28800.3041
Hunter Lab63.3805-3.7652-6.0481
CIE-Lab69.5911-0.4351-10.6340

#9fabbd color RGB value is (159,171,189).

#9fabbd hex color red value is 159, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9fabbd hue: 0.60 , saturation: 0.19 and the lightness value of 9fabbd is 0.68.

The process color (four color CMYK) of #9fabbd color hex is 0.16, 0.10, 0.00, 0.26. Web safe color of #9fabbd is #9999cc. Color #9fabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 10111101
Octal 237 253 275
Decimal 159 171 189
Hex 9F AB BD

RGB Percentages of Color #9fabbd

%30.64
%32.95
%36.42

CMYK Percentages of Color #9fabbd

%16
%10
%0
%26

Triadic Colors of #9fabbd

#9fabbd #bd9fab #abbd9f

Analogous Colors of #9fabbd

#9fabbd #a29fbd #9fbabd

Monochromatic Colors of #9fabbd

#9fabbd

Complementary Color

#9fabbd #bdb19f

#9fabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fabbd Color CSS Codes

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

#9fabbd Text Font Color

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

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


#9fabbd Background Color

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

This div background color is #9fabbd


#9fabbd Border Color

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

This div border color is #9fabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fabbd


Comments

No comments written yet.

Please login to write comment.