Color Hex Logo

#9fafbe Color Hex

#9FAFBE
(159,175,190)
0 Favorites   0 Comments

Color spaces of #9fafbe

RGB 159175190
HSL0.580.190.68
HSV209°16°75°
CMYK 0.160.080.00   0.25
XYZ38.922341.748654.7221
Yxy41.74860.28750.3084
Hunter Lab64.6132-5.5465-4.9846
CIE-Lab70.6972-2.3964-9.5344

#9fafbe color RGB value is (159,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 10111110
Octal 237 257 276
Decimal 159 175 190
Hex 9F AF BE

RGB Percentages of Color #9fafbe

%30.34
%33.40
%36.26

CMYK Percentages of Color #9fafbe

%16
%8
%0
%25

Triadic Colors of #9fafbe

#9fafbe #be9faf #afbe9f

Analogous Colors of #9fafbe

#9fafbe #9fa0be #9fbebe

Monochromatic Colors of #9fafbe

#9fafbe

Complementary Color

#9fafbe #beae9f

#9fafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fafbe Color CSS Codes

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

#9fafbe Text Font Color

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

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


#9fafbe Background Color

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

This div background color is #9fafbe


#9fafbe Border Color

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

This div border color is #9fafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fafbe

#9fafbe Color Palettes


Comments

No comments written yet.

Please login to write comment.