Color Hex Logo

#b6fbba Color Hex

#B6FBBA
(182,251,186)
0 Favorites   0 Comments

Color spaces of #b6fbba

RGB 182251186
HSL0.340.900.85
HSV123°27°98°
CMYK 0.270.000.26   0.02
XYZ62.651582.484659.0734
Yxy82.48460.30680.4039
Hunter Lab90.8210-35.801325.0103
CIE-Lab92.7883-33.769824.4460

#b6fbba color RGB value is (182,251,186).

#b6fbba hex color red value is 182, green value is 251 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6fbba hue: 0.34 , saturation: 0.90 and the lightness value of b6fbba is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111011 10111010
Octal 266 373 272
Decimal 182 251 186
Hex B6 FB BA

RGB Percentages of Color #b6fbba

%29.40
%40.55
%30.05

CMYK Percentages of Color #b6fbba

%27
%0
%26
%2

Triadic Colors of #b6fbba

#b6fbba #bab6fb #fbbab6

Analogous Colors of #b6fbba

#b6fbba #b6fbdd #d5fbb6

Monochromatic Colors of #b6fbba

#b6fbba

Complementary Color

#b6fbba #fbb6f7

#b6fbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fbba Color CSS Codes

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

#b6fbba Text Font Color

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

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


#b6fbba Background Color

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

This div background color is #b6fbba


#b6fbba Border Color

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

This div border color is #b6fbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,251,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fbba


Comments

No comments written yet.

Please login to write comment.