Color Hex Logo

#bbfa4e Color Hex

#BBFA4E
(187,250,78)
0 Favorites   0 Comments

Color spaces of #bbfa4e

RGB 18725078
HSL0.230.950.64
HSV82°69°98°
CMYK 0.250.000.69   0.02
XYZ56.054379.486119.5957
Yxy79.48610.36130.5124
Hunter Lab89.1550-43.793149.3769
CIE-Lab91.4538-43.861072.3470

#bbfa4e color RGB value is (187,250,78).

#bbfa4e hex color red value is 187, green value is 250 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bbfa4e hue: 0.23 , saturation: 0.95 and the lightness value of bbfa4e is 0.64.

The process color (four color CMYK) of #bbfa4e color hex is 0.25, 0.00, 0.69, 0.02. Web safe color of #bbfa4e is #ccff66. Color #bbfa4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 01001110
Octal 273 372 116
Decimal 187 250 78
Hex BB FA 4E

RGB Percentages of Color #bbfa4e

%36.31
%48.54
%15.15

CMYK Percentages of Color #bbfa4e

%25
%0
%69
%2

Triadic Colors of #bbfa4e

#bbfa4e #4ebbfa #fa4ebb

Analogous Colors of #bbfa4e

#bbfa4e #65fa4e #fae34e

Monochromatic Colors of #bbfa4e

#bbfa4e

Complementary Color

#bbfa4e #8d4efa

#bbfa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa4e Color CSS Codes

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

#bbfa4e Text Font Color

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

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


#bbfa4e Background Color

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

This div background color is #bbfa4e


#bbfa4e Border Color

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

This div border color is #bbfa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa4e


Comments

No comments written yet.

Please login to write comment.