Color Hex Logo

#bffe3f Color Hex

#BFFE3F
(191,254,63)
0 Favorites   0 Comments

Color spaces of #bffe3f

RGB 19125463
HSL0.220.990.62
HSV80°75°100°
CMYK 0.250.000.75   0.00
XYZ57.824982.318917.5441
Yxy82.31890.36670.5220
Hunter Lab90.7298-45.013552.0461
CIE-Lab92.7154-44.929978.6091

#bffe3f color RGB value is (191,254,63).

#bffe3f hex color red value is 191, green value is 254 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bffe3f hue: 0.22 , saturation: 0.99 and the lightness value of bffe3f is 0.62.

The process color (four color CMYK) of #bffe3f color hex is 0.25, 0.00, 0.75, 0.00. Web safe color of #bffe3f is #ccff33. Color #bffe3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111110 00111111
Octal 277 376 77
Decimal 191 254 63
Hex BF FE 3F

RGB Percentages of Color #bffe3f

%37.60
%50.00
%12.40

CMYK Percentages of Color #bffe3f

%25
%0
%75
%0

Triadic Colors of #bffe3f

#bffe3f #3fbffe #fe3fbf

Analogous Colors of #bffe3f

#bffe3f #60fe3f #fede3f

Monochromatic Colors of #bffe3f

#bffe3f

Complementary Color

#bffe3f #7e3ffe

#bffe3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffe3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffe3f Color CSS Codes

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

#bffe3f Text Font Color

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

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


#bffe3f Background Color

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

This div background color is #bffe3f


#bffe3f Border Color

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

This div border color is #bffe3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffe3f


Comments

No comments written yet.

Please login to write comment.