Color Hex Logo

#bffa5b Color Hex

#BFFA5B
(191,250,91)
0 Favorites   0 Comments

Color spaces of #bffa5b

RGB 19125091
HSL0.230.940.67
HSV82°64°98°
CMYK 0.240.000.64   0.02
XYZ57.559880.202922.3445
Yxy80.20290.35950.5009
Hunter Lab89.5561-41.997047.8962
CIE-Lab91.7758-41.528367.8517

#bffa5b color RGB value is (191,250,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 01011011
Octal 277 372 133
Decimal 191 250 91
Hex BF FA 5B

RGB Percentages of Color #bffa5b

%35.90
%46.99
%17.11

CMYK Percentages of Color #bffa5b

%24
%0
%64
%2

Triadic Colors of #bffa5b

#bffa5b #5bbffa #fa5bbf

Analogous Colors of #bffa5b

#bffa5b #70fa5b #fae65b

Monochromatic Colors of #bffa5b

#bffa5b

Complementary Color

#bffa5b #965bfa

#bffa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffa5b Color CSS Codes

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

#bffa5b Text Font Color

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

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


#bffa5b Background Color

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

This div background color is #bffa5b


#bffa5b Border Color

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

This div border color is #bffa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffa5b

Related Colors


Comments

No comments written yet.

Please login to write comment.