Color Hex Logo

#bfff96 Color Hex

#BFFF96
(191,255,150)
0 Favorites   0 Comments

Color spaces of #bfff96

RGB 191255150
HSL0.271.000.79
HSV97°41°100°
CMYK 0.250.000.41   0.00
XYZ62.750984.798441.9146
Yxy84.79840.33120.4476
Hunter Lab92.0860-39.514037.4733
CIE-Lab93.7962-37.884043.8142

#bfff96 color RGB value is (191,255,150).

#bfff96 hex color red value is 191, green value is 255 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bfff96 hue: 0.27 , saturation: 1.00 and the lightness value of bfff96 is 0.79.

The process color (four color CMYK) of #bfff96 color hex is 0.25, 0.00, 0.41, 0.00. Web safe color of #bfff96 is #ccff99. Color #bfff96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111111 10010110
Octal 277 377 226
Decimal 191 255 150
Hex BF FF 96

RGB Percentages of Color #bfff96

%32.05
%42.79
%25.17

CMYK Percentages of Color #bfff96

%25
%0
%41
%0

Triadic Colors of #bfff96

#bfff96 #96bfff #ff96bf

Analogous Colors of #bfff96

#bfff96 #96ffa2 #f4ff96

Monochromatic Colors of #bfff96

#bfff96

Complementary Color

#bfff96 #d696ff

#bfff96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfff96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfff96 Color CSS Codes

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

#bfff96 Text Font Color

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

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


#bfff96 Background Color

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

This div background color is #bfff96


#bfff96 Border Color

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

This div border color is #bfff96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfff96

Related Colors


Comments

No comments written yet.

Please login to write comment.