Color Hex Logo

#9fabab Color Hex

#9FABAB
(159,171,171)
0 Favorites   0 Comments

Color spaces of #9fabab

RGB 159171171
HSL0.500.070.65
HSV180°67°
CMYK 0.070.000.00   0.33
XYZ36.211739.437044.2316
Yxy39.43700.30210.3290
Hunter Lab62.7989-6.96972.1991
CIE-Lab69.0666-4.1954-1.4558

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

#9fabab hex color red value is 159, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9fabab hue: 0.50 , saturation: 0.07 and the lightness value of 9fabab is 0.65.

The process color (four color CMYK) of #9fabab color hex is 0.07, 0.00, 0.00, 0.33. Web safe color of #9fabab is #999999. Color #9fabab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 10101011
Octal 237 253 253
Decimal 159 171 171
Hex 9F AB AB

RGB Percentages of Color #9fabab

%31.74
%34.13
%34.13

CMYK Percentages of Color #9fabab

%7
%0
%0
%33

Triadic Colors of #9fabab

#9fabab #ab9fab #abab9f

Analogous Colors of #9fabab

#9fabab #9fa5ab #9faba5

Monochromatic Colors of #9fabab

#9fabab

Complementary Color

#9fabab #ab9f9f

#9fabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fabab Color CSS Codes

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

#9fabab Text Font Color

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

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


#9fabab Background Color

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

This div background color is #9fabab


#9fabab Border Color

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

This div border color is #9fabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fabab


Comments

No comments written yet.

Please login to write comment.