Color Hex Logo

#bfe040 Color Hex

#BFE040
(191,224,64)
0 Favorites   0 Comments

Color spaces of #bfe040

RGB 19122464
HSL0.200.720.56
HSV72°71°88°
CMYK 0.150.000.71   0.12
XYZ49.066964.757814.7639
Yxy64.75780.38160.5036
Hunter Lab80.4722-31.988345.4529
CIE-Lab84.3588-31.480270.2835

#bfe040 color RGB value is (191,224,64).

#bfe040 hex color red value is 191, green value is 224 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bfe040 hue: 0.20 , saturation: 0.72 and the lightness value of bfe040 is 0.56.

The process color (four color CMYK) of #bfe040 color hex is 0.15, 0.00, 0.71, 0.12. Web safe color of #bfe040 is #cccc33. Color #bfe040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 01000000
Octal 277 340 100
Decimal 191 224 64
Hex BF E0 40

RGB Percentages of Color #bfe040

%39.87
%46.76
%13.36

CMYK Percentages of Color #bfe040

%15
%0
%71
%12

Triadic Colors of #bfe040

#bfe040 #40bfe0 #e040bf

Analogous Colors of #bfe040

#bfe040 #6fe040 #e0b140

Monochromatic Colors of #bfe040

#bfe040

Complementary Color

#bfe040 #6140e0

#bfe040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe040 Color CSS Codes

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

#bfe040 Text Font Color

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

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


#bfe040 Background Color

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

This div background color is #bfe040


#bfe040 Border Color

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

This div border color is #bfe040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe040


Comments

No comments written yet.

Please login to write comment.