Color Hex Logo

#bbfc8a Color Hex

#BBFC8A
(187,252,138)
0 Favorites   0 Comments

Color spaces of #bbfc8a

RGB 187252138
HSL0.260.950.76
HSV94°45°99°
CMYK 0.260.000.45   0.01
XYZ59.891482.020636.7197
Yxy82.02060.33530.4592
Hunter Lab90.5652-40.445939.3565
CIE-Lab92.5840-39.375248.0018

#bbfc8a color RGB value is (187,252,138).

#bbfc8a hex color red value is 187, green value is 252 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bbfc8a hue: 0.26 , saturation: 0.95 and the lightness value of bbfc8a is 0.76.

The process color (four color CMYK) of #bbfc8a color hex is 0.26, 0.00, 0.45, 0.01. Web safe color of #bbfc8a is #ccff99. Color #bbfc8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 10001010
Octal 273 374 212
Decimal 187 252 138
Hex BB FC 8A

RGB Percentages of Color #bbfc8a

%32.41
%43.67
%23.92

CMYK Percentages of Color #bbfc8a

%26
%0
%45
%1

Triadic Colors of #bbfc8a

#bbfc8a #8abbfc #fc8abb

Analogous Colors of #bbfc8a

#bbfc8a #8afc92 #f4fc8a

Monochromatic Colors of #bbfc8a

#bbfc8a

Complementary Color

#bbfc8a #cb8afc

#bbfc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc8a Color CSS Codes

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

#bbfc8a Text Font Color

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

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


#bbfc8a Background Color

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

This div background color is #bbfc8a


#bbfc8a Border Color

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

This div border color is #bbfc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc8a


Comments

No comments written yet.

Please login to write comment.