Color Hex Logo

#bffa4f Color Hex

#BFFA4F
(191,250,79)
0 Favorites   0 Comments

Color spaces of #bffa4f

RGB 19125079
HSL0.220.940.65
HSV81°68°98°
CMYK 0.240.000.68   0.02
XYZ57.082780.012119.8324
Yxy80.01210.36380.5099
Hunter Lab89.4495-42.625849.4691
CIE-Lab91.6903-42.331772.3020

#bffa4f color RGB value is (191,250,79).

#bffa4f hex color red value is 191, green value is 250 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bffa4f hue: 0.22 , saturation: 0.94 and the lightness value of bffa4f is 0.65.

The process color (four color CMYK) of #bffa4f color hex is 0.24, 0.00, 0.68, 0.02. Web safe color of #bffa4f is #ccff66. Color #bffa4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 01001111
Octal 277 372 117
Decimal 191 250 79
Hex BF FA 4F

RGB Percentages of Color #bffa4f

%36.73
%48.08
%15.19

CMYK Percentages of Color #bffa4f

%24
%0
%68
%2

Triadic Colors of #bffa4f

#bffa4f #4fbffa #fa4fbf

Analogous Colors of #bffa4f

#bffa4f #6afa4f #fae04f

Monochromatic Colors of #bffa4f

#bffa4f

Complementary Color

#bffa4f #8a4ffa

#bffa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffa4f Color CSS Codes

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

#bffa4f Text Font Color

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

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


#bffa4f Background Color

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

This div background color is #bffa4f


#bffa4f Border Color

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

This div border color is #bffa4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,250,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 #bffa4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffa4f


Comments

No comments written yet.

Please login to write comment.