Color Hex Logo

#9fabba Color Hex

#9FABBA
(159,171,186)
0 Favorites   0 Comments

Color spaces of #9fabba

RGB 159171186
HSL0.590.160.68
HSV213°15°73°
CMYK 0.150.080.00   0.27
XYZ37.723940.041952.1950
Yxy40.04190.29030.3081
Hunter Lab63.2787-4.3240-4.6099
CIE-Lab69.4994-1.0836-9.1132

#9fabba color RGB value is (159,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 10111010
Octal 237 253 272
Decimal 159 171 186
Hex 9F AB BA

RGB Percentages of Color #9fabba

%30.81
%33.14
%36.05

CMYK Percentages of Color #9fabba

%15
%8
%0
%27

Triadic Colors of #9fabba

#9fabba #ba9fab #abba9f

Analogous Colors of #9fabba

#9fabba #a19fba #9fb9ba

Monochromatic Colors of #9fabba

#9fabba

Complementary Color

#9fabba #baae9f

#9fabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fabba Color CSS Codes

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

#9fabba Text Font Color

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

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


#9fabba Background Color

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

This div background color is #9fabba


#9fabba Border Color

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

This div border color is #9fabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fabba

#9fabba Color Palettes


Comments

No comments written yet.

Please login to write comment.