Color Hex Logo

#bfe40b Color Hex

#BFE40B
(191,228,11)
0 Favorites   0 Comments

Color spaces of #bfe40b

RGB 19122811
HSL0.200.910.47
HSV70°95°89°
CMYK 0.160.000.95   0.11
XYZ49.289766.587310.5714
Yxy66.58730.38980.5266
Hunter Lab81.6010-34.982049.4397
CIE-Lab85.2951-34.910082.7244

#bfe40b color RGB value is (191,228,11).

#bfe40b hex color red value is 191, green value is 228 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bfe40b hue: 0.20 , saturation: 0.91 and the lightness value of bfe40b is 0.47.

The process color (four color CMYK) of #bfe40b color hex is 0.16, 0.00, 0.95, 0.11. Web safe color of #bfe40b is #cccc00. Color #bfe40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 00001011
Octal 277 344 13
Decimal 191 228 11
Hex BF E4 B

RGB Percentages of Color #bfe40b

%44.42
%53.02
%2.56

CMYK Percentages of Color #bfe40b

%16
%0
%95
%11

Triadic Colors of #bfe40b

#bfe40b #0bbfe4 #e40bbf

Analogous Colors of #bfe40b

#bfe40b #53e40b #e49d0b

Monochromatic Colors of #bfe40b

#bfe40b

Complementary Color

#bfe40b #300be4

#bfe40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe40b Color CSS Codes

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

#bfe40b Text Font Color

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

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


#bfe40b Background Color

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

This div background color is #bfe40b


#bfe40b Border Color

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

This div border color is #bfe40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe40b


Comments

No comments written yet.

Please login to write comment.