Color Hex Logo

#bffa95 Color Hex

#BFFA95
(191,250,149)
0 Favorites   0 Comments

Color spaces of #bffa95

RGB 191250149
HSL0.260.910.78
HSV95°40°98°
CMYK 0.240.000.40   0.02
XYZ61.096381.617540.9674
Yxy81.61750.33260.4443
Hunter Lab90.3424-37.384136.3536
CIE-Lab92.4058-35.751742.5213

#bffa95 color RGB value is (191,250,149).

#bffa95 hex color red value is 191, green value is 250 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bffa95 hue: 0.26 , saturation: 0.91 and the lightness value of bffa95 is 0.78.

The process color (four color CMYK) of #bffa95 color hex is 0.24, 0.00, 0.40, 0.02. Web safe color of #bffa95 is #ccff99. Color #bffa95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 10010101
Octal 277 372 225
Decimal 191 250 149
Hex BF FA 95

RGB Percentages of Color #bffa95

%32.37
%42.37
%25.25

CMYK Percentages of Color #bffa95

%24
%0
%40
%2

Triadic Colors of #bffa95

#bffa95 #95bffa #fa95bf

Analogous Colors of #bffa95

#bffa95 #95fa9e #f2fa95

Monochromatic Colors of #bffa95

#bffa95

Complementary Color

#bffa95 #d095fa

#bffa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffa95 Color CSS Codes

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

#bffa95 Text Font Color

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

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


#bffa95 Background Color

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

This div background color is #bffa95


#bffa95 Border Color

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

This div border color is #bffa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffa95


Comments

No comments written yet.

Please login to write comment.