Color Hex Logo

#9fbbbf Color Hex

#9FBBBF
(159,187,191)
0 Favorites   0 Comments

Color spaces of #9fbbbf

RGB 159187191
HSL0.520.200.69
HSV188°17°75°
CMYK 0.170.020.00   0.25
XYZ41.472446.673256.1132
Yxy46.67320.28750.3235
Hunter Lab68.3178-11.1975-0.8757
CIE-Lab73.9802-8.6093-5.2102

#9fbbbf color RGB value is (159,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111011 10111111
Octal 237 273 277
Decimal 159 187 191
Hex 9F BB BF

RGB Percentages of Color #9fbbbf

%29.61
%34.82
%35.57

CMYK Percentages of Color #9fbbbf

%17
%2
%0
%25

Triadic Colors of #9fbbbf

#9fbbbf #bf9fbb #bbbf9f

Analogous Colors of #9fbbbf

#9fbbbf #9fabbf #9fbfb3

Monochromatic Colors of #9fbbbf

#9fbbbf

Complementary Color

#9fbbbf #bfa39f

#9fbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbbbf Color CSS Codes

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

#9fbbbf Text Font Color

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

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


#9fbbbf Background Color

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

This div background color is #9fbbbf


#9fbbbf Border Color

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

This div border color is #9fbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbbbf


Comments

No comments written yet.

Please login to write comment.