Color Hex Logo

#bfe41f Color Hex

#BFE41F
(191,228,31)
0 Favorites   0 Comments

Color spaces of #bfe41f

RGB 19122831
HSL0.200.780.51
HSV71°86°89°
CMYK 0.160.000.86   0.11
XYZ49.476666.662111.5557
Yxy66.66210.38750.5220
Hunter Lab81.6469-34.714148.7613
CIE-Lab85.3330-34.566380.0211

#bfe41f color RGB value is (191,228,31).

#bfe41f hex color red value is 191, green value is 228 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bfe41f hue: 0.20 , saturation: 0.78 and the lightness value of bfe41f is 0.51.

The process color (four color CMYK) of #bfe41f color hex is 0.16, 0.00, 0.86, 0.11. Web safe color of #bfe41f is #cccc33. Color #bfe41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 00011111
Octal 277 344 37
Decimal 191 228 31
Hex BF E4 1F

RGB Percentages of Color #bfe41f

%42.44
%50.67
%6.89

CMYK Percentages of Color #bfe41f

%16
%0
%86
%11

Triadic Colors of #bfe41f

#bfe41f #1fbfe4 #e41fbf

Analogous Colors of #bfe41f

#bfe41f #5de41f #e4a71f

Monochromatic Colors of #bfe41f

#bfe41f

Complementary Color

#bfe41f #441fe4

#bfe41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe41f Color CSS Codes

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

#bfe41f Text Font Color

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

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


#bfe41f Background Color

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

This div background color is #bfe41f


#bfe41f Border Color

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

This div border color is #bfe41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe41f


Comments

No comments written yet.

Please login to write comment.