Color Hex Logo

#bbfa41 Color Hex

#BBFA41
(187,250,65)
0 Favorites   0 Comments

Color spaces of #bbfa41

RGB 18725065
HSL0.220.950.62
HSV80°74°98°
CMYK 0.250.000.74   0.02
XYZ55.633379.317717.3787
Yxy79.31770.36520.5207
Hunter Lab89.0605-44.352550.7729
CIE-Lab91.3778-44.586076.6460

#bbfa41 color RGB value is (187,250,65).

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

The process color (four color CMYK) of #bbfa41 color hex is 0.25, 0.00, 0.74, 0.02. Web safe color of #bbfa41 is #ccff33. Color #bbfa41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 01000001
Octal 273 372 101
Decimal 187 250 65
Hex BB FA 41

RGB Percentages of Color #bbfa41

%37.25
%49.80
%12.95

CMYK Percentages of Color #bbfa41

%25
%0
%74
%2

Triadic Colors of #bbfa41

#bbfa41 #41bbfa #fa41bb

Analogous Colors of #bbfa41

#bbfa41 #5ffa41 #fadd41

Monochromatic Colors of #bbfa41

#bbfa41

Complementary Color

#bbfa41 #8041fa

#bbfa41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa41 Color CSS Codes

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

#bbfa41 Text Font Color

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

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


#bbfa41 Background Color

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

This div background color is #bbfa41


#bbfa41 Border Color

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

This div border color is #bbfa41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa41

Related Colors


Comments

No comments written yet.

Please login to write comment.