Color Hex Logo

#9fbabd Color Hex

#9FBABD
(159,186,189)
0 Favorites   0 Comments

Color spaces of #9fbabd

RGB 159186189
HSL0.520.190.68
HSV186°16°74°
CMYK 0.160.020.00   0.26
XYZ41.042346.162954.8913
Yxy46.16290.28880.3249
Hunter Lab67.9433-11.0748-0.3400
CIE-Lab73.6511-8.5061-4.6052

#9fbabd color RGB value is (159,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 10111101
Octal 237 272 275
Decimal 159 186 189
Hex 9F BA BD

RGB Percentages of Color #9fbabd

%29.78
%34.83
%35.39

CMYK Percentages of Color #9fbabd

%16
%2
%0
%26

Triadic Colors of #9fbabd

#9fbabd #bd9fba #babd9f

Analogous Colors of #9fbabd

#9fbabd #9fabbd #9fbdb1

Monochromatic Colors of #9fbabd

#9fbabd

Complementary Color

#9fbabd #bda29f

#9fbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbabd Color CSS Codes

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

#9fbabd Text Font Color

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

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


#9fbabd Background Color

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

This div background color is #9fbabd


#9fbabd Border Color

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

This div border color is #9fbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbabd


Comments

No comments written yet.

Please login to write comment.