Color Hex Logo

#b6ffba Color Hex

#B6FFBA
(182,255,186)
0 Favorites   0 Comments

Color spaces of #b6ffba

RGB 182255186
HSL0.341.000.86
HSV123°29°100°
CMYK 0.290.000.27   0.00
XYZ63.914385.010359.4944
Yxy85.01030.30670.4079
Hunter Lab92.2010-37.614526.2828
CIE-Lab93.8876-35.603725.9547

#b6ffba color RGB value is (182,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111111 10111010
Octal 266 377 272
Decimal 182 255 186
Hex B6 FF BA

RGB Percentages of Color #b6ffba

%29.21
%40.93
%29.86

CMYK Percentages of Color #b6ffba

%29
%0
%27
%0

Triadic Colors of #b6ffba

#b6ffba #bab6ff #ffbab6

Analogous Colors of #b6ffba

#b6ffba #b6ffdf #d7ffb6

Monochromatic Colors of #b6ffba

#b6ffba

Complementary Color

#b6ffba #ffb6fb

#b6ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ffba Color CSS Codes

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

#b6ffba Text Font Color

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

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


#b6ffba Background Color

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

This div background color is #b6ffba


#b6ffba Border Color

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

This div border color is #b6ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ffba


Comments

No comments written yet.

Please login to write comment.