Color Hex Logo

#b2fabf Color Hex

#B2FABF
(178,250,191)
0 Favorites   0 Comments

Color spaces of #b2fabf

RGB 178250191
HSL0.360.880.84
HSV131°29°98°
CMYK 0.290.000.24   0.02
XYZ61.949781.597861.7751
Yxy81.59780.30170.3974
Hunter Lab90.3315-35.664122.6853
CIE-Lab92.3971-33.714221.3217

#b2fabf color RGB value is (178,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 10111111
Octal 262 372 277
Decimal 178 250 191
Hex B2 FA BF

RGB Percentages of Color #b2fabf

%28.76
%40.39
%30.86

CMYK Percentages of Color #b2fabf

%29
%0
%24
%2

Triadic Colors of #b2fabf

#b2fabf #bfb2fa #fabfb2

Analogous Colors of #b2fabf

#b2fabf #b2fae3 #c9fab2

Monochromatic Colors of #b2fabf

#b2fabf

Complementary Color

#b2fabf #fab2ed

#b2fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fabf Color CSS Codes

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

#b2fabf Text Font Color

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

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


#b2fabf Background Color

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

This div background color is #b2fabf


#b2fabf Border Color

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

This div border color is #b2fabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,250,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 #b2fabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fabf

Related Colors


Comments

No comments written yet.

Please login to write comment.