Color Hex Logo

#bbfba7 Color Hex

#BBFBA7
(187,251,167)
0 Favorites   0 Comments

Color spaces of #bbfba7

RGB 187251167
HSL0.290.910.82
HSV106°33°98°
CMYK 0.250.000.33   0.02
XYZ61.965782.349249.1883
Yxy82.34920.32020.4256
Hunter Lab90.7465-36.918631.3849
CIE-Lab92.7288-35.106734.0027

#bbfba7 color RGB value is (187,251,167).

#bbfba7 hex color red value is 187, green value is 251 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #bbfba7 hue: 0.29 , saturation: 0.91 and the lightness value of bbfba7 is 0.82.

The process color (four color CMYK) of #bbfba7 color hex is 0.25, 0.00, 0.33, 0.02. Web safe color of #bbfba7 is #ccff99. Color #bbfba7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10100111
Octal 273 373 247
Decimal 187 251 167
Hex BB FB A7

RGB Percentages of Color #bbfba7

%30.91
%41.49
%27.60

CMYK Percentages of Color #bbfba7

%25
%0
%33
%2

Triadic Colors of #bbfba7

#bbfba7 #a7bbfb #fba7bb

Analogous Colors of #bbfba7

#bbfba7 #a7fbbd #e5fba7

Monochromatic Colors of #bbfba7

#bbfba7

Complementary Color

#bbfba7 #e7a7fb

#bbfba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfba7 Color CSS Codes

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

#bbfba7 Text Font Color

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

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


#bbfba7 Background Color

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

This div background color is #bbfba7


#bbfba7 Border Color

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

This div border color is #bbfba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfba7


Comments

No comments written yet.

Please login to write comment.