Color Hex Logo

#bfe40f Color Hex

#BFE40F
(191,228,15)
0 Favorites   0 Comments

Color spaces of #bfe40f

RGB 19122815
HSL0.200.880.48
HSV70°93°89°
CMYK 0.160.000.93   0.11
XYZ49.315566.597710.7074
Yxy66.59770.38950.5260
Hunter Lab81.6074-34.945149.3460
CIE-Lab85.3004-34.862682.3410

#bfe40f color RGB value is (191,228,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 00001111
Octal 277 344 17
Decimal 191 228 15
Hex BF E4 F

RGB Percentages of Color #bfe40f

%44.01
%52.53
%3.46

CMYK Percentages of Color #bfe40f

%16
%0
%93
%11

Triadic Colors of #bfe40f

#bfe40f #0fbfe4 #e40fbf

Analogous Colors of #bfe40f

#bfe40f #55e40f #e49f0f

Monochromatic Colors of #bfe40f

#bfe40f

Complementary Color

#bfe40f #340fe4

#bfe40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe40f Color CSS Codes

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

#bfe40f Text Font Color

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

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


#bfe40f Background Color

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

This div background color is #bfe40f


#bfe40f Border Color

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

This div border color is #bfe40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe40f


Comments

No comments written yet.

Please login to write comment.