Color Hex Logo

#bfe11e Color Hex

#BFE11E
(191,225,30)
0 Favorites   0 Comments

Color spaces of #bfe11e

RGB 19122530
HSL0.200.760.50
HSV70°87°88°
CMYK 0.150.000.87   0.12
XYZ48.645465.020511.2146
Yxy65.02050.38950.5207
Hunter Lab80.6353-33.426848.1988
CIE-Lab84.4943-33.216279.5160

#bfe11e color RGB value is (191,225,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 00011110
Octal 277 341 36
Decimal 191 225 30
Hex BF E1 1E

RGB Percentages of Color #bfe11e

%42.83
%50.45
%6.73

CMYK Percentages of Color #bfe11e

%15
%0
%87
%12

Triadic Colors of #bfe11e

#bfe11e #1ebfe1 #e11ebf

Analogous Colors of #bfe11e

#bfe11e #5de11e #e1a21e

Monochromatic Colors of #bfe11e

#bfe11e

Complementary Color

#bfe11e #401ee1

#bfe11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe11e Color CSS Codes

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

#bfe11e Text Font Color

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

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


#bfe11e Background Color

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

This div background color is #bfe11e


#bfe11e Border Color

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

This div border color is #bfe11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe11e


Comments

No comments written yet.

Please login to write comment.