Color Hex Logo

#bff00e Color Hex

#BFF00E
(191,240,14)
0 Favorites   0 Comments

Color spaces of #bff00e

RGB 19124014
HSL0.200.890.50
HSV73°94°94°
CMYK 0.200.000.94   0.06
XYZ52.725273.428211.8096
Yxy73.42820.38220.5322
Hunter Lab85.6903-40.126951.8120
CIE-Lab88.6515-40.253185.0542

#bff00e color RGB value is (191,240,14).

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

The process color (four color CMYK) of #bff00e color hex is 0.20, 0.00, 0.94, 0.06. Web safe color of #bff00e is #ccff00. Color #bff00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 00001110
Octal 277 360 16
Decimal 191 240 14
Hex BF F0 E

RGB Percentages of Color #bff00e

%42.92
%53.93
%3.15

CMYK Percentages of Color #bff00e

%20
%0
%94
%6

Triadic Colors of #bff00e

#bff00e #0ebff0 #f00ebf

Analogous Colors of #bff00e

#bff00e #4ef00e #f0b00e

Monochromatic Colors of #bff00e

#bff00e

Complementary Color

#bff00e #3f0ef0

#bff00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff00e Color CSS Codes

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

#bff00e Text Font Color

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

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


#bff00e Background Color

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

This div background color is #bff00e


#bff00e Border Color

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

This div border color is #bff00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff00e


Comments

No comments written yet.

Please login to write comment.