Color Hex Logo

#bfe11f Color Hex

#BFE11F
(191,225,31)
0 Favorites   0 Comments

Color spaces of #bfe11f

RGB 19122531
HSL0.200.760.50
HSV71°86°88°
CMYK 0.150.000.86   0.12
XYZ48.658465.025711.2830
Yxy65.02570.38940.5203
Hunter Lab80.6385-33.408048.1511
CIE-Lab84.4970-33.192179.3304

#bfe11f color RGB value is (191,225,31).

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

The process color (four color CMYK) of #bfe11f color hex is 0.15, 0.00, 0.86, 0.12. Web safe color of #bfe11f is #cccc33. Color #bfe11f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 00011111
Octal 277 341 37
Decimal 191 225 31
Hex BF E1 1F

RGB Percentages of Color #bfe11f

%42.73
%50.34
%6.94

CMYK Percentages of Color #bfe11f

%15
%0
%86
%12

Triadic Colors of #bfe11f

#bfe11f #1fbfe1 #e11fbf

Analogous Colors of #bfe11f

#bfe11f #5ee11f #e1a21f

Monochromatic Colors of #bfe11f

#bfe11f

Complementary Color

#bfe11f #411fe1

#bfe11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe11f Color CSS Codes

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

#bfe11f Text Font Color

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

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


#bfe11f Background Color

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

This div background color is #bfe11f


#bfe11f Border Color

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

This div border color is #bfe11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe11f


Comments

No comments written yet.

Please login to write comment.