Color Hex Logo

#bfe01e Color Hex

#BFE01E
(191,224,30)
0 Favorites   0 Comments

Color spaces of #bfe01e

RGB 19122430
HSL0.200.760.50
HSV70°87°88°
CMYK 0.150.000.87   0.12
XYZ48.375964.481411.1248
Yxy64.48140.39020.5201
Hunter Lab80.3003-32.990547.9962
CIE-Lab84.2158-32.755779.2868

#bfe01e color RGB value is (191,224,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00011110
Octal 277 340 36
Decimal 191 224 30
Hex BF E0 1E

RGB Percentages of Color #bfe01e

%42.92
%50.34
%6.74

CMYK Percentages of Color #bfe01e

%15
%0
%87
%12

Triadic Colors of #bfe01e

#bfe01e #1ebfe0 #e01ebf

Analogous Colors of #bfe01e

#bfe01e #5ee01e #e0a01e

Monochromatic Colors of #bfe01e

#bfe01e

Complementary Color

#bfe01e #3f1ee0

#bfe01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe01e Color CSS Codes

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

#bfe01e Text Font Color

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

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


#bfe01e Background Color

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

This div background color is #bfe01e


#bfe01e Border Color

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

This div border color is #bfe01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe01e


Comments

No comments written yet.

Please login to write comment.