Color Hex Logo

#bff97e Color Hex

#BFF97E
(191,249,126)
0 Favorites   0 Comments

Color spaces of #bff97e

RGB 191249126
HSL0.250.910.74
HSV88°49°98°
CMYK 0.230.000.49   0.02
XYZ59.127480.334132.1283
Yxy80.33410.34460.4682
Hunter Lab89.6293-39.096941.4876
CIE-Lab91.8346-37.975652.7723

#bff97e color RGB value is (191,249,126).

#bff97e hex color red value is 191, green value is 249 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bff97e hue: 0.25 , saturation: 0.91 and the lightness value of bff97e is 0.74.

The process color (four color CMYK) of #bff97e color hex is 0.23, 0.00, 0.49, 0.02. Web safe color of #bff97e is #ccff66. Color #bff97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 01111110
Octal 277 371 176
Decimal 191 249 126
Hex BF F9 7E

RGB Percentages of Color #bff97e

%33.75
%43.99
%22.26

CMYK Percentages of Color #bff97e

%23
%0
%49
%2

Triadic Colors of #bff97e

#bff97e #7ebff9 #f97ebf

Analogous Colors of #bff97e

#bff97e #82f97e #f9f67e

Monochromatic Colors of #bff97e

#bff97e

Complementary Color

#bff97e #b87ef9

#bff97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff97e Color CSS Codes

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

#bff97e Text Font Color

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

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


#bff97e Background Color

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

This div background color is #bff97e


#bff97e Border Color

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

This div border color is #bff97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff97e


Comments

No comments written yet.

Please login to write comment.