Color Hex Logo

#9fbdab Color Hex

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

Color spaces of #9fbdab

RGB 159189171
HSL0.400.190.68
HSV144°16°74°
CMYK 0.160.000.10   0.26
XYZ39.846446.706445.4432
Yxy46.70640.30190.3538
Hunter Lab68.3421-15.52548.4153
CIE-Lab74.0016-13.72375.7124

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

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

The process color (four color CMYK) of #9fbdab color hex is 0.16, 0.00, 0.10, 0.26. Web safe color of #9fbdab is #99cc99. Color #9fbdab contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #9fbdab

%30.64
%36.42
%32.95

CMYK Percentages of Color #9fbdab

%16
%0
%10
%26

Triadic Colors of #9fbdab

#9fbdab #ab9fbd #bdab9f

Analogous Colors of #9fbdab

#9fbdab #9fbdba #a2bd9f

Monochromatic Colors of #9fbdab

#9fbdab

Complementary Color

#9fbdab #bd9fb1

#9fbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdab Color CSS Codes

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

#9fbdab Text Font Color

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

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


#9fbdab Background Color

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

This div background color is #9fbdab


#9fbdab Border Color

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

This div border color is #9fbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdab


Comments

No comments written yet.

Please login to write comment.