Color Hex Logo

#b3ffbb Color Hex

#B3FFBB
(179,255,187)
0 Favorites   0 Comments

Color spaces of #b3ffbb

RGB 179255187
HSL0.351.000.85
HSV126°30°100°
CMYK 0.300.000.27   0.00
XYZ63.320084.691660.0235
Yxy84.69160.30440.4071
Hunter Lab92.0280-38.231925.7489
CIE-Lab93.7501-36.373025.2344

#b3ffbb color RGB value is (179,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111111 10111011
Octal 263 377 273
Decimal 179 255 187
Hex B3 FF BB

RGB Percentages of Color #b3ffbb

%28.82
%41.06
%30.11

CMYK Percentages of Color #b3ffbb

%30
%0
%27
%0

Triadic Colors of #b3ffbb

#b3ffbb #bbb3ff #ffbbb3

Analogous Colors of #b3ffbb

#b3ffbb #b3ffe1 #d1ffb3

Monochromatic Colors of #b3ffbb

#b3ffbb

Complementary Color

#b3ffbb #ffb3f7

#b3ffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ffbb Color CSS Codes

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

#b3ffbb Text Font Color

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

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


#b3ffbb Background Color

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

This div background color is #b3ffbb


#b3ffbb Border Color

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

This div border color is #b3ffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ffbb


Comments

No comments written yet.

Please login to write comment.