Color Hex Logo

#bffe7f Color Hex

#BFFE7F
(191,254,127)
0 Favorites   0 Comments

Color spaces of #bffe7f

RGB 191254127
HSL0.250.980.75
HSV90°50°100°
CMYK 0.250.000.50   0.00
XYZ60.758483.492332.9920
Yxy83.49230.34280.4711
Hunter Lab91.3741-41.212742.5543
CIE-Lab93.2295-40.099453.9948

#bffe7f color RGB value is (191,254,127).

#bffe7f hex color red value is 191, green value is 254 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bffe7f hue: 0.25 , saturation: 0.98 and the lightness value of bffe7f is 0.75.

The process color (four color CMYK) of #bffe7f color hex is 0.25, 0.00, 0.50, 0.00. Web safe color of #bffe7f is #ccff66. Color #bffe7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111110 01111111
Octal 277 376 177
Decimal 191 254 127
Hex BF FE 7F

RGB Percentages of Color #bffe7f

%33.39
%44.41
%22.20

CMYK Percentages of Color #bffe7f

%25
%0
%50
%0

Triadic Colors of #bffe7f

#bffe7f #7fbffe #fe7fbf

Analogous Colors of #bffe7f

#bffe7f #80fe7f #fefe7f

Monochromatic Colors of #bffe7f

#bffe7f

Complementary Color

#bffe7f #be7ffe

#bffe7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffe7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffe7f Color CSS Codes

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

#bffe7f Text Font Color

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

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


#bffe7f Background Color

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

This div background color is #bffe7f


#bffe7f Border Color

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

This div border color is #bffe7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffe7f


Comments

No comments written yet.

Please login to write comment.