Color Hex Logo

#9fbabf Color Hex

#9FBABF
(159,186,191)
0 Favorites   0 Comments

Color spaces of #9fbabf

RGB 159186191
HSL0.530.200.69
HSV189°17°75°
CMYK 0.170.030.00   0.25
XYZ41.261046.250356.0427
Yxy46.25030.28740.3222
Hunter Lab68.0076-10.7152-1.2535
CIE-Lab73.7077-8.0798-5.6130

#9fbabf color RGB value is (159,186,191).

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

The process color (four color CMYK) of #9fbabf color hex is 0.17, 0.03, 0.00, 0.25. Web safe color of #9fbabf is #99cccc. Color #9fbabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 10111111
Octal 237 272 277
Decimal 159 186 191
Hex 9F BA BF

RGB Percentages of Color #9fbabf

%29.66
%34.70
%35.63

CMYK Percentages of Color #9fbabf

%17
%3
%0
%25

Triadic Colors of #9fbabf

#9fbabf #bf9fba #babf9f

Analogous Colors of #9fbabf

#9fbabf #9faabf #9fbfb4

Monochromatic Colors of #9fbabf

#9fbabf

Complementary Color

#9fbabf #bfa49f

#9fbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbabf Color CSS Codes

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

#9fbabf Text Font Color

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

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


#9fbabf Background Color

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

This div background color is #9fbabf


#9fbabf Border Color

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

This div border color is #9fbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbabf


Comments

No comments written yet.

Please login to write comment.