Color Hex Logo

#bfeb40 Color Hex

#BFEB40
(191,235,64)
0 Favorites   0 Comments

Color spaces of #bfeb40

RGB 19123564
HSL0.210.810.59
HSV75°73°92°
CMYK 0.190.000.73   0.08
XYZ52.119670.863215.7815
Yxy70.86320.37560.5107
Hunter Lab84.1803-36.798547.8109
CIE-Lab87.4185-36.517373.2505

#bfeb40 color RGB value is (191,235,64).

#bfeb40 hex color red value is 191, green value is 235 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bfeb40 hue: 0.21 , saturation: 0.81 and the lightness value of bfeb40 is 0.59.

The process color (four color CMYK) of #bfeb40 color hex is 0.19, 0.00, 0.73, 0.08. Web safe color of #bfeb40 is #ccff33. Color #bfeb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 01000000
Octal 277 353 100
Decimal 191 235 64
Hex BF EB 40

RGB Percentages of Color #bfeb40

%38.98
%47.96
%13.06

CMYK Percentages of Color #bfeb40

%19
%0
%73
%8

Triadic Colors of #bfeb40

#bfeb40 #40bfeb #eb40bf

Analogous Colors of #bfeb40

#bfeb40 #6aeb40 #ebc240

Monochromatic Colors of #bfeb40

#bfeb40

Complementary Color

#bfeb40 #6c40eb

#bfeb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeb40 Color CSS Codes

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

#bfeb40 Text Font Color

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

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


#bfeb40 Background Color

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

This div background color is #bfeb40


#bfeb40 Border Color

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

This div border color is #bfeb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeb40


Comments

No comments written yet.

Please login to write comment.