Color Hex Logo

#b6fabf Color Hex

#B6FABF
(182,250,191)
0 Favorites   0 Comments

Color spaces of #b6fabf

RGB 182250191
HSL0.360.870.85
HSV128°27°98°
CMYK 0.270.000.24   0.02
XYZ62.881082.077961.8187
Yxy82.07790.30410.3969
Hunter Lab90.5969-34.652122.9613
CIE-Lab92.6092-32.467221.6486

#b6fabf color RGB value is (182,250,191).

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

The process color (four color CMYK) of #b6fabf color hex is 0.27, 0.00, 0.24, 0.02. Web safe color of #b6fabf is #ccffcc. Color #b6fabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111010 10111111
Octal 266 372 277
Decimal 182 250 191
Hex B6 FA BF

RGB Percentages of Color #b6fabf

%29.21
%40.13
%30.66

CMYK Percentages of Color #b6fabf

%27
%0
%24
%2

Triadic Colors of #b6fabf

#b6fabf #bfb6fa #fabfb6

Analogous Colors of #b6fabf

#b6fabf #b6fae1 #cffab6

Monochromatic Colors of #b6fabf

#b6fabf

Complementary Color

#b6fabf #fab6f1

#b6fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fabf Color CSS Codes

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

#b6fabf Text Font Color

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

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


#b6fabf Background Color

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

This div background color is #b6fabf


#b6fabf Border Color

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

This div border color is #b6fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fabf

Related Colors


Comments

No comments written yet.

Please login to write comment.