Color Hex Logo

#b2fabc Color Hex

#B2FABC
(178,250,188)
0 Favorites   0 Comments

Color spaces of #b2fabc

RGB 178250188
HSL0.360.880.84
HSV128°29°98°
CMYK 0.290.000.25   0.02
XYZ61.622881.467060.0538
Yxy81.46700.30330.4010
Hunter Lab90.2591-36.085623.7328
CIE-Lab92.3391-34.228322.7741

#b2fabc color RGB value is (178,250,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 10111100
Octal 262 372 274
Decimal 178 250 188
Hex B2 FA BC

RGB Percentages of Color #b2fabc

%28.90
%40.58
%30.52

CMYK Percentages of Color #b2fabc

%29
%0
%25
%2

Triadic Colors of #b2fabc

#b2fabc #bcb2fa #fabcb2

Analogous Colors of #b2fabc

#b2fabc #b2fae0 #ccfab2

Monochromatic Colors of #b2fabc

#b2fabc

Complementary Color

#b2fabc #fab2f0

#b2fabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fabc Color CSS Codes

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

#b2fabc Text Font Color

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

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


#b2fabc Background Color

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

This div background color is #b2fabc


#b2fabc Border Color

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

This div border color is #b2fabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fabc


Comments

No comments written yet.

Please login to write comment.