Color Hex Logo

#bfe31e Color Hex

#BFE31E
(191,227,30)
0 Favorites   0 Comments

Color spaces of #bfe31e

RGB 19122730
HSL0.200.780.50
HSV71°87°89°
CMYK 0.160.000.87   0.11
XYZ49.189366.108311.3959
Yxy66.10830.38830.5218
Hunter Lab81.3070-34.297948.6049
CIE-Lab85.0516-34.133479.9745

#bfe31e color RGB value is (191,227,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 00011110
Octal 277 343 36
Decimal 191 227 30
Hex BF E3 1E

RGB Percentages of Color #bfe31e

%42.63
%50.67
%6.70

CMYK Percentages of Color #bfe31e

%16
%0
%87
%11

Triadic Colors of #bfe31e

#bfe31e #1ebfe3 #e31ebf

Analogous Colors of #bfe31e

#bfe31e #5ce31e #e3a51e

Monochromatic Colors of #bfe31e

#bfe31e

Complementary Color

#bfe31e #421ee3

#bfe31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe31e Color CSS Codes

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

#bfe31e Text Font Color

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

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


#bfe31e Background Color

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

This div background color is #bfe31e


#bfe31e Border Color

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

This div border color is #bfe31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe31e


Comments

No comments written yet.

Please login to write comment.