Color Hex Logo

#bffc96 Color Hex

#BFFC96
(191,252,150)
0 Favorites   0 Comments

Color spaces of #bffc96

RGB 191252150
HSL0.270.940.79
HSV96°40°99°
CMYK 0.240.000.40   0.01
XYZ61.801382.899241.5980
Yxy82.89920.33170.4450
Hunter Lab91.0490-38.175436.6462
CIE-Lab92.9703-36.531542.7575

#bffc96 color RGB value is (191,252,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 10010110
Octal 277 374 226
Decimal 191 252 150
Hex BF FC 96

RGB Percentages of Color #bffc96

%32.21
%42.50
%25.30

CMYK Percentages of Color #bffc96

%24
%0
%40
%1

Triadic Colors of #bffc96

#bffc96 #96bffc #fc96bf

Analogous Colors of #bffc96

#bffc96 #96fca0 #f2fc96

Monochromatic Colors of #bffc96

#bffc96

Complementary Color

#bffc96 #d396fc

#bffc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffc96 Color CSS Codes

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

#bffc96 Text Font Color

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

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


#bffc96 Background Color

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

This div background color is #bffc96


#bffc96 Border Color

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

This div border color is #bffc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffc96


Comments

No comments written yet.

Please login to write comment.