Color Hex Logo

#b6fbbb Color Hex

#B6FBBB
(182,251,187)
0 Favorites   0 Comments

Color spaces of #b6fbbb

RGB 182251187
HSL0.350.900.85
HSV124°27°98°
CMYK 0.270.000.25   0.02
XYZ62.758282.527359.6354
Yxy82.52730.30630.4027
Hunter Lab90.8445-35.664724.6699
CIE-Lab92.8071-33.603823.9628

#b6fbbb color RGB value is (182,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111011 10111011
Octal 266 373 273
Decimal 182 251 187
Hex B6 FB BB

RGB Percentages of Color #b6fbbb

%29.35
%40.48
%30.16

CMYK Percentages of Color #b6fbbb

%27
%0
%25
%2

Triadic Colors of #b6fbbb

#b6fbbb #bbb6fb #fbbbb6

Analogous Colors of #b6fbbb

#b6fbbb #b6fbde #d4fbb6

Monochromatic Colors of #b6fbbb

#b6fbbb

Complementary Color

#b6fbbb #fbb6f6

#b6fbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fbbb Color CSS Codes

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

#b6fbbb Text Font Color

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

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


#b6fbbb Background Color

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

This div background color is #b6fbbb


#b6fbbb Border Color

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

This div border color is #b6fbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fbbb


Comments

No comments written yet.

Please login to write comment.