Color Hex Logo

#b9facf Color Hex

#B9FACF
(185,250,207)
0 Favorites   0 Comments

Color spaces of #b9facf

RGB 185250207
HSL0.390.870.85
HSV140°26°98°
CMYK 0.260.000.17   0.02
XYZ65.455783.190571.6390
Yxy83.19050.29710.3776
Hunter Lab91.2088-31.515517.2775
CIE-Lab93.0978-28.706014.1488

#b9facf color RGB value is (185,250,207).

#b9facf hex color red value is 185, green value is 250 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9facf hue: 0.39 , saturation: 0.87 and the lightness value of b9facf is 0.85.

The process color (four color CMYK) of #b9facf color hex is 0.26, 0.00, 0.17, 0.02. Web safe color of #b9facf is #ccffcc. Color #b9facf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111010 11001111
Octal 271 372 317
Decimal 185 250 207
Hex B9 FA CF

RGB Percentages of Color #b9facf

%28.82
%38.94
%32.24

CMYK Percentages of Color #b9facf

%26
%0
%17
%2

Triadic Colors of #b9facf

#b9facf #cfb9fa #facfb9

Analogous Colors of #b9facf

#b9facf #b9faf0 #c4fab9

Monochromatic Colors of #b9facf

#b9facf

Complementary Color

#b9facf #fab9e4

#b9facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9facf Color CSS Codes

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

#b9facf Text Font Color

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

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


#b9facf Background Color

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

This div background color is #b9facf


#b9facf Border Color

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

This div border color is #b9facf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,250,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9facf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9facf;
  -webkit-box-shadow: 1px 1px 3px 2px #b9facf;
  box-shadow:         1px 1px 3px 2px #b9facf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9facf

Related Colors


Comments

No comments written yet.

Please login to write comment.