Color Hex Logo

#bbfa86 Color Hex

#BBFA86
(187,250,134)
0 Favorites   0 Comments

Color spaces of #bbfa86

RGB 187250134
HSL0.260.920.75
HSV93°46°98°
CMYK 0.250.000.46   0.02
XYZ58.982280.657235.0140
Yxy80.65720.33770.4618
Hunter Lab89.8094-39.936739.7511
CIE-Lab91.9789-38.947649.1485

#bbfa86 color RGB value is (187,250,134).

#bbfa86 hex color red value is 187, green value is 250 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbfa86 hue: 0.26 , saturation: 0.92 and the lightness value of bbfa86 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10000110
Octal 273 372 206
Decimal 187 250 134
Hex BB FA 86

RGB Percentages of Color #bbfa86

%32.75
%43.78
%23.47

CMYK Percentages of Color #bbfa86

%25
%0
%46
%2

Triadic Colors of #bbfa86

#bbfa86 #86bbfa #fa86bb

Analogous Colors of #bbfa86

#bbfa86 #86fa8b #f5fa86

Monochromatic Colors of #bbfa86

#bbfa86

Complementary Color

#bbfa86 #c586fa

#bbfa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa86 Color CSS Codes

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

#bbfa86 Text Font Color

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

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


#bbfa86 Background Color

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

This div background color is #bbfa86


#bbfa86 Border Color

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

This div border color is #bbfa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa86


Comments

No comments written yet.

Please login to write comment.