Color Hex Logo

#b1facb Color Hex

#B1FACB
(177,250,203)
0 Favorites   0 Comments

Color spaces of #b1facb

RGB 177250203
HSL0.390.880.84
HSV141°29°98°
CMYK 0.290.000.19   0.02
XYZ63.096682.030169.0078
Yxy82.03010.29470.3831
Hunter Lab90.5705-34.145018.2249
CIE-Lab92.5881-31.878915.4264

#b1facb color RGB value is (177,250,203).

#b1facb hex color red value is 177, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b1facb hue: 0.39 , saturation: 0.88 and the lightness value of b1facb is 0.84.

The process color (four color CMYK) of #b1facb color hex is 0.29, 0.00, 0.19, 0.02. Web safe color of #b1facb is #99ffcc. Color #b1facb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111010 11001011
Octal 261 372 313
Decimal 177 250 203
Hex B1 FA CB

RGB Percentages of Color #b1facb

%28.10
%39.68
%32.22

CMYK Percentages of Color #b1facb

%29
%0
%19
%2

Triadic Colors of #b1facb

#b1facb #cbb1fa #facbb1

Analogous Colors of #b1facb

#b1facb #b1faf0 #bcfab1

Monochromatic Colors of #b1facb

#b1facb

Complementary Color

#b1facb #fab1e0

#b1facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1facb Color CSS Codes

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

#b1facb Text Font Color

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

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


#b1facb Background Color

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

This div background color is #b1facb


#b1facb Border Color

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

This div border color is #b1facb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1facb


Comments

No comments written yet.

Please login to write comment.