Color Hex Logo

#9fb5ba Color Hex

#9FB5BA
(159,181,186)
0 Favorites   0 Comments

Color spaces of #9fb5ba

RGB 159181186
HSL0.530.160.68
HSV191°15°73°
CMYK 0.150.030.00   0.27
XYZ39.684943.963852.8486
Yxy43.96380.29070.3221
Hunter Lab66.3052-9.1985-0.8435
CIE-Lab72.2043-6.4830-5.1002

#9fb5ba color RGB value is (159,181,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110101 10111010
Octal 237 265 272
Decimal 159 181 186
Hex 9F B5 BA

RGB Percentages of Color #9fb5ba

%30.23
%34.41
%35.36

CMYK Percentages of Color #9fb5ba

%15
%3
%0
%27

Triadic Colors of #9fb5ba

#9fb5ba #ba9fb5 #b5ba9f

Analogous Colors of #9fb5ba

#9fb5ba #9fa8ba #9fbab2

Monochromatic Colors of #9fb5ba

#9fb5ba

Complementary Color

#9fb5ba #baa49f

#9fb5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb5ba Color CSS Codes

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

#9fb5ba Text Font Color

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

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


#9fb5ba Background Color

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

This div background color is #9fb5ba


#9fb5ba Border Color

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

This div border color is #9fb5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb5ba


Comments

No comments written yet.

Please login to write comment.