Color Hex Logo

#bfeb0e Color Hex

#BFEB0E
(191,235,14)
0 Favorites   0 Comments

Color spaces of #bfeb0e

RGB 19123514
HSL0.200.890.49
HSV72°94°92°
CMYK 0.190.000.94   0.08
XYZ51.273570.524711.3257
Yxy70.52470.38520.5298
Hunter Lab83.9790-37.979850.7892
CIE-Lab87.2536-38.033183.9648

#bfeb0e color RGB value is (191,235,14).

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

The process color (four color CMYK) of #bfeb0e color hex is 0.19, 0.00, 0.94, 0.08. Web safe color of #bfeb0e is #ccff00. Color #bfeb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 00001110
Octal 277 353 16
Decimal 191 235 14
Hex BF EB E

RGB Percentages of Color #bfeb0e

%43.41
%53.41
%3.18

CMYK Percentages of Color #bfeb0e

%19
%0
%94
%8

Triadic Colors of #bfeb0e

#bfeb0e #0ebfeb #eb0ebf

Analogous Colors of #bfeb0e

#bfeb0e #50eb0e #eba90e

Monochromatic Colors of #bfeb0e

#bfeb0e

Complementary Color

#bfeb0e #3a0eeb

#bfeb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeb0e Color CSS Codes

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

#bfeb0e Text Font Color

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

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


#bfeb0e Background Color

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

This div background color is #bfeb0e


#bfeb0e Border Color

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

This div border color is #bfeb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeb0e


Comments

No comments written yet.

Please login to write comment.