Color Hex Logo

#bffa5f Color Hex

#BFFA5F
(191,250,95)
0 Favorites   0 Comments

Color spaces of #bffa5f

RGB 19125095
HSL0.230.940.68
HSV83°62°98°
CMYK 0.240.000.62   0.02
XYZ57.737080.273823.2778
Yxy80.27380.35800.4977
Hunter Lab89.5956-41.763947.3128
CIE-Lab91.8076-41.231566.2863

#bffa5f color RGB value is (191,250,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 01011111
Octal 277 372 137
Decimal 191 250 95
Hex BF FA 5F

RGB Percentages of Color #bffa5f

%35.63
%46.64
%17.72

CMYK Percentages of Color #bffa5f

%24
%0
%62
%2

Triadic Colors of #bffa5f

#bffa5f #5fbffa #fa5fbf

Analogous Colors of #bffa5f

#bffa5f #72fa5f #fae85f

Monochromatic Colors of #bffa5f

#bffa5f

Complementary Color

#bffa5f #9a5ffa

#bffa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffa5f Color CSS Codes

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

#bffa5f Text Font Color

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

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


#bffa5f Background Color

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

This div background color is #bffa5f


#bffa5f Border Color

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

This div border color is #bffa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffa5f

Related Colors


Comments

No comments written yet.

Please login to write comment.