Color Hex Logo

#bbfc4f Color Hex

#BBFC4F
(187,252,79)
0 Favorites   0 Comments

Color spaces of #bbfc4f

RGB 18725279
HSL0.230.970.65
HSV83°69°99°
CMYK 0.260.000.69   0.01
XYZ56.715280.750119.9943
Yxy80.75010.36020.5128
Hunter Lab89.8611-44.597849.7106
CIE-Lab92.0204-44.661772.5634

#bbfc4f color RGB value is (187,252,79).

#bbfc4f hex color red value is 187, green value is 252 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bbfc4f hue: 0.23 , saturation: 0.97 and the lightness value of bbfc4f is 0.65.

The process color (four color CMYK) of #bbfc4f color hex is 0.26, 0.00, 0.69, 0.01. Web safe color of #bbfc4f is #ccff66. Color #bbfc4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 01001111
Octal 273 374 117
Decimal 187 252 79
Hex BB FC 4F

RGB Percentages of Color #bbfc4f

%36.10
%48.65
%15.25

CMYK Percentages of Color #bbfc4f

%26
%0
%69
%1

Triadic Colors of #bbfc4f

#bbfc4f #4fbbfc #fc4fbb

Analogous Colors of #bbfc4f

#bbfc4f #65fc4f #fce74f

Monochromatic Colors of #bbfc4f

#bbfc4f

Complementary Color

#bbfc4f #904ffc

#bbfc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc4f Color CSS Codes

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

#bbfc4f Text Font Color

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

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


#bbfc4f Background Color

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

This div background color is #bbfc4f


#bbfc4f Border Color

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

This div border color is #bbfc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc4f


Comments

No comments written yet.

Please login to write comment.